diff options
Diffstat (limited to 'contrib/infback9/infback9.c')
-rw-r--r-- | contrib/infback9/infback9.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/infback9/infback9.c b/contrib/infback9/infback9.c index 103d901..f5ddde6 100644 --- a/contrib/infback9/infback9.c +++ b/contrib/infback9/infback9.c | |||
@@ -430,8 +430,8 @@ void FAR *out_desc; | |||
430 | } | 430 | } |
431 | } | 431 | } |
432 | 432 | ||
433 | /* handle error breaks in while */ | 433 | /* handle error breaks in while */ |
434 | if (mode == BAD) break; | 434 | if (mode == BAD) break; |
435 | 435 | ||
436 | /* build code tables */ | 436 | /* build code tables */ |
437 | state->next = state->codes; | 437 | state->next = state->codes; |