summaryrefslogtreecommitdiff
path: root/inflate.h
diff options
context:
space:
mode:
Diffstat (limited to 'inflate.h')
-rw-r--r--inflate.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/inflate.h b/inflate.h
index d90c6bc..d54a868 100644
--- a/inflate.h
+++ b/inflate.h
@@ -112,4 +112,5 @@ struct inflate_state {
112 unsigned short lens[320]; /* temporary storage for code lengths */ 112 unsigned short lens[320]; /* temporary storage for code lengths */
113 unsigned short work[288]; /* work area for code table building */ 113 unsigned short work[288]; /* work area for code table building */
114 code codes[ENOUGH]; /* space for code tables */ 114 code codes[ENOUGH]; /* space for code tables */
115 int sane; /* if false, allow invalid distance too far */
115}; 116};