diff options
Diffstat (limited to 'zlib/infback.c')
-rw-r--r-- | zlib/infback.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/zlib/infback.c b/zlib/infback.c index 4f79cead2a2..a390c58e816 100644 --- a/zlib/infback.c +++ b/zlib/infback.c @@ -1,5 +1,5 @@ /* infback.c -- inflate using a call-back interface - * Copyright (C) 1995-2016 Mark Adler + * Copyright (C) 1995-2022 Mark Adler * For conditions of distribution and use, see copyright notice in zlib.h */ @@ -477,7 +477,7 @@ void FAR *out_desc; } Tracev((stderr, "inflate: codes ok\n")); state->mode = LEN; - /* falls through */ + /* fallthrough */ case LEN: /* use inflate_fast() if we have enough input and output */ |