From ff11b0a61f7345572ff2e413173d3179486162f2 Mon Sep 17 00:00:00 2001 From: Mark Adler Date: Fri, 9 Sep 2011 23:17:02 -0700 Subject: zlib 1.0.4 --- infutil.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'infutil.c') 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] = { /* copy as much as possible from the sliding window to the output area */ int inflate_flush(s, z, r) inflate_blocks_statef *s; -z_stream *z; +z_streamp z; int r; { uInt n; -- cgit v1.2.3-55-g6feb