summaryrefslogtreecommitdiff
path: root/gzlib.c
diff options
context:
space:
mode:
Diffstat (limited to 'gzlib.c')
-rw-r--r--gzlib.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/gzlib.c b/gzlib.c
index 71785cc..a52c55b 100644
--- a/gzlib.c
+++ b/gzlib.c
@@ -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