aboutsummaryrefslogtreecommitdiff
path: root/infutil.c
diff options
context:
space:
mode:
Diffstat (limited to 'infutil.c')
-rw-r--r--infutil.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/infutil.c b/infutil.c
index b56f8cd..eb21199 100644
--- a/infutil.c
+++ b/infutil.c
@@ -22,7 +22,7 @@ uInt inflate_mask[17] = {
22/* copy as much as possible from the sliding window to the output area */ 22/* copy as much as possible from the sliding window to the output area */
23int inflate_flush(s, z, r) 23int inflate_flush(s, z, r)
24inflate_blocks_statef *s; 24inflate_blocks_statef *s;
25z_stream *z; 25z_streamp z;
26int r; 26int r;
27{ 27{
28 uInt n; 28 uInt n;