aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--inflate.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/inflate.h b/inflate.h
index f127b6b..f758e0d 100644
--- a/inflate.h
+++ b/inflate.h
@@ -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 */