diff options
author | Mark Adler <madler@alumni.caltech.edu> | 2011-09-09 23:26:49 -0700 |
---|---|---|
committer | Mark Adler <madler@alumni.caltech.edu> | 2011-09-09 23:26:49 -0700 |
commit | d004b047838a7e803818b4973a2e39e0ff8c1fa2 (patch) | |
tree | 9e8c804f78d73152c70d4ff24c6a7531a0d46782 /inflate.h | |
parent | f6194ef39af5864f792412460c354cc339dde7d1 (diff) | |
download | zlib-d004b047838a7e803818b4973a2e39e0ff8c1fa2.tar.gz zlib-d004b047838a7e803818b4973a2e39e0ff8c1fa2.tar.bz2 zlib-d004b047838a7e803818b4973a2e39e0ff8c1fa2.zip |
zlib 1.2.3.5v1.2.3.5
Diffstat (limited to 'inflate.h')
-rw-r--r-- | inflate.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -92,7 +92,7 @@ struct inflate_state { | |||
92 | unsigned wbits; /* log base 2 of requested window size */ | 92 | unsigned wbits; /* log base 2 of requested window size */ |
93 | unsigned wsize; /* window size or zero if not using window */ | 93 | unsigned wsize; /* window size or zero if not using window */ |
94 | unsigned whave; /* valid bytes in the window */ | 94 | unsigned whave; /* valid bytes in the window */ |
95 | unsigned write; /* window write index */ | 95 | unsigned wnext; /* window write index */ |
96 | unsigned char FAR *window; /* allocated sliding window, if needed */ | 96 | unsigned char FAR *window; /* allocated sliding window, if needed */ |
97 | /* bit accumulator */ | 97 | /* bit accumulator */ |
98 | unsigned long hold; /* input bit accumulator */ | 98 | unsigned long hold; /* input bit accumulator */ |