aboutsummaryrefslogtreecommitdiff
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
zlib-ee026accdeefe2f25dbb09fa2bae6c1c63f98d15.tar.bz2
zlib-ee026accdeefe2f25dbb09fa2bae6c1c63f98d15.zip
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 {
104 int wrap; /* bit 0 true for zlib, bit 1 true for gzip */ 104 int wrap; /* bit 0 true for zlib, bit 1 true for gzip */
105 gz_headerp gzhead; /* gzip header information to write */ 105 gz_headerp gzhead; /* gzip header information to write */
106 uInt gzindex; /* where in extra, name, or comment */ 106 uInt gzindex; /* where in extra, name, or comment */
107 Byte method; /* STORED (for zip only) or DEFLATED */ 107 Byte method; /* can only be DEFLATED */
108 int last_flush; /* value of flush param for previous deflate call */ 108 int last_flush; /* value of flush param for previous deflate call */
109 109
110 /* used by deflate.c: */ 110 /* used by deflate.c: */