From 5a3c3447b7d7957e3ccfa7e3b09ca83e3637ea1d Mon Sep 17 00:00:00 2001 From: Tiger Wang Date: Fri, 8 May 2015 23:34:31 +0100 Subject: Updated zlib --- lib/zlib/deflate.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/zlib/deflate.h') diff --git a/lib/zlib/deflate.h b/lib/zlib/deflate.h index fbac44d90..ce0299edd 100644 --- a/lib/zlib/deflate.h +++ b/lib/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: */ -- cgit v1.2.3