X-Git-Url: https://git.cworth.org/git?a=blobdiff_plain;f=thirdparty%2Fzlib%2Fdeflate.h;h=ce0299edd19168b97e38667479bd1b5e769a63d0;hb=cfb8a74451e3a4063b2e7638cfbb15ad6b533600;hp=fbac44d908ec2b0fee1dce12432cdf33886a5cda;hpb=97ac28e65ca20b5649552597afaeee1d67766f6a;p=apitrace diff --git a/thirdparty/zlib/deflate.h b/thirdparty/zlib/deflate.h index fbac44d..ce0299e 100644 --- a/thirdparty/zlib/deflate.h +++ b/thirdparty/zlib/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: */