summaryrefslogtreecommitdiffstatshomepage
path: root/3rdparty/zlib/infback.c
diff options
context:
space:
mode:
author Vas Crabb <vas@vastheman.com>2022-04-14 10:39:41 +1000
committer Vas Crabb <vas@vastheman.com>2022-04-14 10:39:41 +1000
commit6fa1f03bf0aa00885699da44828a68b4881fd64b (patch)
tree64359def73a4113c2317bf39dfbc73397b712b4d /3rdparty/zlib/infback.c
parent23904ffeebcd91310715045ab39f24390799edf3 (diff)
3rdparty: Updated zlib to version 1.2.12.
Diffstat (limited to '3rdparty/zlib/infback.c')
-rw-r--r--3rdparty/zlib/infback.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/3rdparty/zlib/infback.c b/3rdparty/zlib/infback.c
index 59679ecbfc5..a390c58e816 100644
--- a/3rdparty/zlib/infback.c
+++ b/3rdparty/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,6 +477,7 @@ void FAR *out_desc;
}
Tracev((stderr, "inflate: codes ok\n"));
state->mode = LEN;
+ /* fallthrough */
case LEN:
/* use inflate_fast() if we have enough input and output */