diff options
Diffstat (limited to 'src/Common/zlib/infback.c')
-rw-r--r-- | src/Common/zlib/infback.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/Common/zlib/infback.c b/src/Common/zlib/infback.c index 59679ecb..a390c58e 100644 --- a/src/Common/zlib/infback.c +++ b/src/Common/zlib/infback.c @@ -1,3 +1,3 @@ /* 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 @@ -479,2 +479,3 @@ void FAR *out_desc; state->mode = LEN; + /* fallthrough */ |