summaryrefslogtreecommitdiff
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 eada3ba..f3b4c38 100644
--- a/deflate.h
+++ b/deflate.h
@@ -233,6 +233,7 @@ typedef struct internal_state {
233 ulg static_len; /* bit length of current block with static trees */ 233 ulg static_len; /* bit length of current block with static trees */
234 ulg compressed_len; /* total bit length of compressed file */ 234 ulg compressed_len; /* total bit length of compressed file */
235 uInt matches; /* number of string matches in current block */ 235 uInt matches; /* number of string matches in current block */
236 int last_eob_len; /* bit length of EOB code for last block */
236 237
237#ifdef DEBUG 238#ifdef DEBUG
238 ulg bits_sent; /* bit length of the compressed data */ 239 ulg bits_sent; /* bit length of the compressed data */