diff options
Diffstat (limited to 'zutil.c')
-rw-r--r-- | zutil.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |