diff options
Diffstat (limited to 'infback.c')
-rw-r--r-- | infback.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -477,6 +477,7 @@ void FAR *out_desc; | |||
477 | } | 477 | } |
478 | Tracev((stderr, "inflate: codes ok\n")); | 478 | Tracev((stderr, "inflate: codes ok\n")); |
479 | state->mode = LEN; | 479 | state->mode = LEN; |
480 | /* fallthrough */ | ||
480 | 481 | ||
481 | case LEN: | 482 | case LEN: |
482 | /* use inflate_fast() if we have enough input and output */ | 483 | /* use inflate_fast() if we have enough input and output */ |