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 --- inffast.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'inffast.c') diff --git a/inffast.c b/inffast.c index 209c0ee..86eee4a 100644 --- a/inffast.c +++ b/inffast.c @@ -32,7 +32,7 @@ uInt bl, bd; inflate_huft *tl; inflate_huft *td; /* need separate declaration for Borland C++ */ inflate_blocks_statef *s; -z_stream *z; +z_streamp z; { inflate_huft *t; /* temporary pointer */ uInt e; /* extra bits or operation */ -- cgit v1.2.3-55-g6feb