diff options
Diffstat (limited to 'inflate.h')
-rw-r--r-- | inflate.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 | }; |