]> git.saurik.com Git - apple/xnu.git/blobdiff - libkern/zlib/infback.c
xnu-7195.50.7.100.1.tar.gz
[apple/xnu.git] / libkern / zlib / infback.c
index f3151ac8adbb3383fd1d67de4038c61d7f066cad..143ec6343b96763937ec0f8a7ce746a152b8c32e 100644 (file)
@@ -41,6 +41,7 @@
 #include "inftrees.h"
 #include "inflate.h"
 #include "inffast.h"
+#include <os/base.h>
 
 /* function prototypes */
 local void fixedtables OF((struct inflate_state FAR *state));
@@ -484,6 +485,7 @@ inflateBack(z_streamp strm, in_func in, void FAR *in_desc, out_func out,
             Tracev((stderr, "inflate:       codes ok\n"));
             state->mode = LEN;
 
+        OS_FALLTHROUGH;
         case LEN:
             /* use inflate_fast() if we have enough input and output */
             if (have >= 6 && left >= 258) {