Correct comment in deflate.h.

This commit is contained in:
Mark Adler 2012-06-02 10:16:43 -07:00
parent dca9e1d6f3
commit ee026accde
1 changed files with 1 additions and 1 deletions

View File

@ -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: */