summaryrefslogtreecommitdiff
path: root/infback.c
diff options
context:
space:
mode:
Diffstat (limited to 'infback.c')
-rw-r--r--infback.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/infback.c b/infback.c
index 110b03b..477b6ea 100644
--- a/infback.c
+++ b/infback.c
@@ -434,6 +434,9 @@ void FAR *out_desc;
434 } 434 }
435 } 435 }
436 436
437 /* handle error breaks in while */
438 if (state->mode == BAD) break;
439
437 /* build code tables */ 440 /* build code tables */
438 state->next = state->codes; 441 state->next = state->codes;
439 state->lencode = (code const FAR *)(state->next); 442 state->lencode = (code const FAR *)(state->next);