aboutsummaryrefslogtreecommitdiff
path: root/inflate.c
diff options
context:
space:
mode:
Diffstat (limited to 'inflate.c')
-rw-r--r--inflate.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/inflate.c b/inflate.c
index f55949e8..6baa4dfe 100644
--- a/inflate.c
+++ b/inflate.c
@@ -738,7 +738,7 @@ int ZEXPORT inflate(z_streamp strm, int flush) {
738 state->last ? " (last)" : "")); 738 state->last ? " (last)" : ""));
739 state->mode = TABLE; 739 state->mode = TABLE;
740 break; 740 break;
741 case 3: 741 default:
742 strm->msg = (z_const char *)"invalid block type"; 742 strm->msg = (z_const char *)"invalid block type";
743 state->mode = BAD; 743 state->mode = BAD;
744 } 744 }