Automatic date update in version.in
[deliverable/binutils-gdb.git] / zlib / deflate.h
index da72661d9d1101cde0a37f89b362f8c59ce62ac9..1eba66516b8ffe7b8a710443ca452a83914c25e5 100644 (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: */
This page took 0.023588 seconds and 4 git commands to generate.