diff options
Diffstat (limited to 'inftrees.c')
-rw-r--r-- | inftrees.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -188,7 +188,7 @@ unsigned short FAR *work; | |||
188 | extra = lext; | 188 | extra = lext; |
189 | match = 257; | 189 | match = 257; |
190 | break; | 190 | break; |
191 | case DISTS: | 191 | default: /* DISTS */ |
192 | base = dbase; | 192 | base = dbase; |
193 | extra = dext; | 193 | extra = dext; |
194 | match = 0; | 194 | match = 0; |
@@ -214,7 +214,7 @@ unsigned short FAR *work; | |||
214 | for (;;) { | 214 | for (;;) { |
215 | /* create table entry */ | 215 | /* create table entry */ |
216 | here.bits = (unsigned char)(len - drop); | 216 | here.bits = (unsigned char)(len - drop); |
217 | if (work[sym] + 1 < match) { | 217 | if (work[sym] + 1U < match) { |
218 | here.op = (unsigned char)0; | 218 | here.op = (unsigned char)0; |
219 | here.val = work[sym]; | 219 | here.val = work[sym]; |
220 | } | 220 | } |