We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dca9e1d commit ee026acCopy full SHA for ee026ac
deflate.h
@@ -104,7 +104,7 @@ typedef struct internal_state {
104
int wrap; /* bit 0 true for zlib, bit 1 true for gzip */
105
gz_headerp gzhead; /* gzip header information to write */
106
uInt gzindex; /* where in extra, name, or comment */
107
- Byte method; /* STORED (for zip only) or DEFLATED */
+ Byte method; /* can only be DEFLATED */
108
int last_flush; /* value of flush param for previous deflate call */
109
110
/* used by deflate.c: */
0 commit comments