]> git.ipfire.org Git - thirdparty/zlib-ng.git/commitdiff
Correct comment in deflate.h.
authorMark Adler <madler@alumni.caltech.edu>
Sat, 2 Jun 2012 17:16:43 +0000 (10:16 -0700)
committerMark Adler <madler@alumni.caltech.edu>
Sat, 2 Jun 2012 17:16:43 +0000 (10:16 -0700)
deflate.h

index fbac44d908ec2b0fee1dce12432cdf33886a5cda..ce0299edd19168b97e38667479bd1b5e769a63d0 100644 (file)
--- 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: */