aboutsummaryrefslogtreecommitdiff
path: root/inffast.c
diff options
context:
space:
mode:
Diffstat (limited to 'inffast.c')
-rw-r--r--inffast.c2
1 files changed, 1 insertions, 1 deletions
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;
32inflate_huft *tl; 32inflate_huft *tl;
33inflate_huft *td; /* need separate declaration for Borland C++ */ 33inflate_huft *td; /* need separate declaration for Borland C++ */
34inflate_blocks_statef *s; 34inflate_blocks_statef *s;
35z_stream *z; 35z_streamp z;
36{ 36{
37 inflate_huft *t; /* temporary pointer */ 37 inflate_huft *t; /* temporary pointer */
38 uInt e; /* extra bits or operation */ 38 uInt e; /* extra bits or operation */