diff options
Diffstat (limited to 'gzlib.c')
-rw-r--r-- | gzlib.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -615,7 +615,6 @@ void ZLIB_INTERNAL gz_error(state, err, msg) | |||
615 | strcat(state->msg, ": "); | 615 | strcat(state->msg, ": "); |
616 | strcat(state->msg, msg); | 616 | strcat(state->msg, msg); |
617 | #endif | 617 | #endif |
618 | return; | ||
619 | } | 618 | } |
620 | 619 | ||
621 | #ifndef INT_MAX | 620 | #ifndef INT_MAX |