diff options
Diffstat (limited to 'infback.c')
-rw-r--r-- | infback.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -434,8 +434,8 @@ void FAR *out_desc; | |||
434 | } | 434 | } |
435 | } | 435 | } |
436 | 436 | ||
437 | /* handle error breaks in while */ | 437 | /* handle error breaks in while */ |
438 | if (state->mode == BAD) break; | 438 | if (state->mode == BAD) break; |
439 | 439 | ||
440 | /* build code tables */ | 440 | /* build code tables */ |
441 | state->next = state->codes; | 441 | state->next = state->codes; |