]> Git Repo - binutils.git/blobdiff - zlib/infback.c
Automatic date update in version.in
[binutils.git] / zlib / infback.c
index 59679ecbfc5d778ca85d9ced87565f69bcb4635c..a390c58e816f5b59834d9a7c017c1831838a1918 100644 (file)
@@ -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 */
This page took 0.02353 seconds and 4 git commands to generate.