summaryrefslogtreecommitdiff
path: root/infback.c
diff options
context:
space:
mode:
Diffstat (limited to 'infback.c')
-rw-r--r--infback.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/infback.c b/infback.c
index 477b6ea..262f97c 100644
--- a/infback.c
+++ b/infback.c
@@ -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;