diff options
author | /dev/humancontroller <devhc@example.com> | 2013-04-14 18:33:26 +0200 |
---|---|---|
committer | Tim Angus <tim@ngus.net> | 2013-05-31 23:10:58 +0100 |
commit | 386b7b9ffe6238d5107bbaeec34663248a6aa848 (patch) | |
tree | eadcfb05fb43cba66574fe00fcd54c8161dbf069 /src/zlib | |
parent | 83b6cff2d632f941389998bdbb95df9bb76bcf9d (diff) |
drop some useless return statements
Diffstat (limited to 'src/zlib')
-rw-r--r-- | src/zlib/inffast.c | 1 |
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; } /* |