Skip to content

Commit ee026ac

Browse files
committed
Correct comment in deflate.h.
1 parent dca9e1d commit ee026ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deflate.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ typedef struct internal_state {
104104
int wrap; /* bit 0 true for zlib, bit 1 true for gzip */
105105
gz_headerp gzhead; /* gzip header information to write */
106106
uInt gzindex; /* where in extra, name, or comment */
107-
Byte method; /* STORED (for zip only) or DEFLATED */
107+
Byte method; /* can only be DEFLATED */
108108
int last_flush; /* value of flush param for previous deflate call */
109109

110110
/* used by deflate.c: */

0 commit comments

Comments
 (0)