diff options
author | Mark Adler <madler@alumni.caltech.edu> | 2011-09-11 11:04:49 -0700 |
---|---|---|
committer | Mark Adler <madler@alumni.caltech.edu> | 2011-09-11 11:04:49 -0700 |
commit | 10daf0d4d7815447799d555d04d30325836e1d44 (patch) | |
tree | 75579fbe11e42dc3197acca53f5f887ac3808b57 /deflate.h | |
parent | 9712272c78b9d9c93746d9c8e156a3728c65ca72 (diff) | |
download | zlib-10daf0d4d7815447799d555d04d30325836e1d44.tar.gz zlib-10daf0d4d7815447799d555d04d30325836e1d44.tar.bz2 zlib-10daf0d4d7815447799d555d04d30325836e1d44.zip |
zlib 1.2.5.1v1.2.5.1
Diffstat (limited to 'deflate.h')
-rw-r--r-- | deflate.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -188,7 +188,7 @@ typedef struct internal_state { | |||
188 | int nice_match; /* Stop searching when current match exceeds this */ | 188 | int nice_match; /* Stop searching when current match exceeds this */ |
189 | 189 | ||
190 | /* used by trees.c: */ | 190 | /* used by trees.c: */ |
191 | /* Didn't use ct_data typedef below to supress compiler warning */ | 191 | /* Didn't use ct_data typedef below to suppress compiler warning */ |
192 | struct ct_data_s dyn_ltree[HEAP_SIZE]; /* literal and length tree */ | 192 | struct ct_data_s dyn_ltree[HEAP_SIZE]; /* literal and length tree */ |
193 | struct ct_data_s dyn_dtree[2*D_CODES+1]; /* distance tree */ | 193 | struct ct_data_s dyn_dtree[2*D_CODES+1]; /* distance tree */ |
194 | struct ct_data_s bl_tree[2*BL_CODES+1]; /* Huffman tree for bit lengths */ | 194 | struct ct_data_s bl_tree[2*BL_CODES+1]; /* Huffman tree for bit lengths */ |