aboutsummaryrefslogtreecommitdiff
path: root/deflate.h
diff options
context:
space:
mode:
Diffstat (limited to 'deflate.h')
-rw-r--r--deflate.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/deflate.h b/deflate.h
index d605fc6..fbac44d 100644
--- a/deflate.h
+++ b/deflate.h
@@ -247,6 +247,7 @@ typedef struct internal_state {
247 ulg opt_len; /* bit length of current block with optimal trees */ 247 ulg opt_len; /* bit length of current block with optimal trees */
248 ulg static_len; /* bit length of current block with static trees */ 248 ulg static_len; /* bit length of current block with static trees */
249 uInt matches; /* number of string matches in current block */ 249 uInt matches; /* number of string matches in current block */
250 uInt insert; /* bytes at end of window left to insert */
250 251
251#ifdef DEBUG 252#ifdef DEBUG
252 ulg compressed_len; /* total bit length of compressed file mod 2^32 */ 253 ulg compressed_len; /* total bit length of compressed file mod 2^32 */