From 8e34b3a8024c028dd9fd21d70525fc6d215efde5 Mon Sep 17 00:00:00 2001 From: Mark Adler Date: Fri, 9 Sep 2011 23:22:10 -0700 Subject: zlib 1.2.0.2 --- inflate.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'inflate.h') diff --git a/inflate.h b/inflate.h index 5bcc82b..2221b23 100644 --- a/inflate.h +++ b/inflate.h @@ -80,7 +80,7 @@ typedef enum { struct inflate_state { inflate_mode mode; /* current inflate mode */ int last; /* true if processing last block */ - int wrap; /* true to process header and trailer */ + int wrap; /* bit 0 true for zlib, bit 1 true for gzip */ int havedict; /* true if dictionary provided */ int flags; /* gzip header method and flags (0 if zlib) */ unsigned long check; /* protected copy of check value */ -- cgit v1.2.3-55-g6feb