diff options
author | Mark Adler <madler@alumni.caltech.edu> | 2011-09-09 23:17:02 -0700 |
---|---|---|
committer | Mark Adler <madler@alumni.caltech.edu> | 2011-09-09 23:17:02 -0700 |
commit | ff11b0a61f7345572ff2e413173d3179486162f2 (patch) | |
tree | f3c9e2563c4f0ac6684a0012ad48423d4c6aa798 /inffast.c | |
parent | e26a448e9673d67dc2866e11a48d24fc352e5f80 (diff) | |
download | zlib-ff11b0a61f7345572ff2e413173d3179486162f2.tar.gz zlib-ff11b0a61f7345572ff2e413173d3179486162f2.tar.bz2 zlib-ff11b0a61f7345572ff2e413173d3179486162f2.zip |
zlib 1.0.4v1.0.4
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 */ |