summaryrefslogtreecommitdiff
path: root/zlib/deflate.h
diff options
context:
space:
mode:
Diffstat (limited to 'zlib/deflate.h')
-rw-r--r--zlib/deflate.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/zlib/deflate.h b/zlib/deflate.h
index da72661d9d..1eba66516b 100644
--- a/zlib/deflate.h
+++ b/zlib/deflate.h
@@ -104,7 +104,7 @@ typedef struct internal_state {
int wrap; /* bit 0 true for zlib, bit 1 true for gzip */
gz_headerp gzhead; /* gzip header information to write */
uInt gzindex; /* where in extra, name, or comment */
- Byte method; /* STORED (for zip only) or DEFLATED */
+ Byte method; /* can only be DEFLATED */
int last_flush; /* value of flush param for previous deflate call */
/* used by deflate.c: */