aboutsummaryrefslogtreecommitdiff
path: root/infback.c
diff options
context:
space:
mode:
Diffstat (limited to 'infback.c')
-rw-r--r--infback.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/infback.c b/infback.c
index 59679ec..b891bd6 100644
--- a/infback.c
+++ b/infback.c
@@ -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 */