diff options
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 */ |