aboutsummaryrefslogtreecommitdiff
path: root/inflate.c
diff options
context:
space:
mode:
Diffstat (limited to 'inflate.c')
-rw-r--r--inflate.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/inflate.c b/inflate.c
index 214bf26..6b0ebbf 100644
--- a/inflate.c
+++ b/inflate.c
@@ -944,7 +944,6 @@ int flush;
944 PULLBYTE(); 944 PULLBYTE();
945 } 945 }
946 if (here.val < 16) { 946 if (here.val < 16) {
947 NEEDBITS(here.bits);
948 DROPBITS(here.bits); 947 DROPBITS(here.bits);
949 state->lens[state->have++] = here.val; 948 state->lens[state->have++] = here.val;
950 } 949 }