summaryrefslogtreecommitdiff
path: root/deflate.h
diff options
context:
space:
mode:
authorMark Adler <madler@alumni.caltech.edu>2012-06-02 10:16:43 -0700
committerMark Adler <madler@alumni.caltech.edu>2012-06-02 10:16:43 -0700
commitee026accdeefe2f25dbb09fa2bae6c1c63f98d15 (patch)
tree44a1755f8701306c751877c81ff51394a0595a56 /deflate.h
parentdca9e1d6f3ee32f26c1831a0a9b3a6a8aa775509 (diff)
downloadzlib-ee026accdeefe2f25dbb09fa2bae6c1c63f98d15.tar.gz
Correct comment in deflate.h.
Diffstat (limited to 'deflate.h')
-rw-r--r--deflate.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/deflate.h b/deflate.h
index fbac44d..ce0299e 100644
--- a/deflate.h
+++ b/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: */