diff options
-rw-r--r-- | inflate.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -100,7 +100,7 @@ struct inflate_state { | |||
100 | unsigned char FAR *window; /* allocated sliding window, if needed */ | 100 | unsigned char FAR *window; /* allocated sliding window, if needed */ |
101 | /* bit accumulator */ | 101 | /* bit accumulator */ |
102 | unsigned long hold; /* input bit accumulator */ | 102 | unsigned long hold; /* input bit accumulator */ |
103 | unsigned bits; /* number of bits in "in" */ | 103 | unsigned bits; /* number of bits in hold */ |
104 | /* for string and stored block copying */ | 104 | /* for string and stored block copying */ |
105 | unsigned length; /* literal or length of data to copy */ | 105 | unsigned length; /* literal or length of data to copy */ |
106 | unsigned offset; /* distance back to copy string from */ | 106 | unsigned offset; /* distance back to copy string from */ |