aboutsummaryrefslogtreecommitdiff
path: root/zutil.c
diff options
context:
space:
mode:
Diffstat (limited to 'zutil.c')
-rw-r--r--zutil.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/zutil.c b/zutil.c
index b8d11a1..c85e1d5 100644
--- a/zutil.c
+++ b/zutil.c
@@ -74,7 +74,7 @@ uLong ZEXPORT zlibCompileFlags()
74#ifdef NO_DEFLATE 74#ifdef NO_DEFLATE
75 flags += 1 << 16; 75 flags += 1 << 16;
76#endif 76#endif
77#ifdef NO_GUNZIP 77#ifdef NO_GZIP
78 flags += 1 << 17; 78 flags += 1 << 17;
79#endif 79#endif
80#ifdef PKZIP_BUG_WORKAROUND 80#ifdef PKZIP_BUG_WORKAROUND