summaryrefslogtreecommitdiff
path: root/src/zlib/inffast.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/zlib/inffast.c')
-rw-r--r--src/zlib/inffast.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/zlib/inffast.c b/src/zlib/inffast.c
index bbee92ed..11bcbb0b 100644
--- a/src/zlib/inffast.c
+++ b/src/zlib/inffast.c
@@ -298,7 +298,6 @@ unsigned start; /* inflate()'s starting value for strm->avail_out */
257 + (end - out) : 257 - (out - end));
state->hold = hold;
state->bits = bits;
- return;
}
/*