diff options
Diffstat (limited to 'inffast.c')
-rw-r--r-- | inffast.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -32,7 +32,7 @@ uInt bl, bd; | |||
32 | inflate_huft *tl; | 32 | inflate_huft *tl; |
33 | inflate_huft *td; /* need separate declaration for Borland C++ */ | 33 | inflate_huft *td; /* need separate declaration for Borland C++ */ |
34 | inflate_blocks_statef *s; | 34 | inflate_blocks_statef *s; |
35 | z_stream *z; | 35 | z_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 */ |