From: Mark Adler Date: Sat, 2 Jun 2012 17:16:43 +0000 (-0700) Subject: Correct comment in deflate.h. X-Git-Tag: v1.2.7.1~51 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ee026accdeefe2f25dbb09fa2bae6c1c63f98d15;p=thirdparty%2Fzlib-ng.git Correct comment in deflate.h. --- diff --git a/deflate.h b/deflate.h index fbac44d90..ce0299edd 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: */