diff options
Diffstat (limited to 'zlib/infback.c')
-rw-r--r-- | zlib/infback.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/zlib/infback.c b/zlib/infback.c index 59679ecbfc5..4f79cead2a2 100644 --- a/zlib/infback.c +++ b/zlib/infback.c @@ -477,6 +477,7 @@ void FAR *out_desc; } Tracev((stderr, "inflate: codes ok\n")); state->mode = LEN; + /* falls through */ case LEN: /* use inflate_fast() if we have enough input and output */ |