aboutsummaryrefslogtreecommitdiff
path: root/zlib/deflate.h
diff options
context:
space:
mode:
authorJoel Brobecker <brobecker@adacore.com>2015-11-25 15:09:09 -0800
committerJoel Brobecker <brobecker@adacore.com>2015-11-25 15:14:47 -0800
commitda09a436519e8085d328a586c438b5b0a560924d (patch)
tree00c45547fe27ee944ef36f7260a241e9d287a17b /zlib/deflate.h
parent74b03b91333ccbc8fa70647eca22062e902f797f (diff)
downloadgdb-da09a436519e8085d328a586c438b5b0a560924d.zip
gdb-da09a436519e8085d328a586c438b5b0a560924d.tar.gz
gdb-da09a436519e8085d328a586c438b5b0a560924d.tar.bz2
Import zlib 1.2.8 with local change merged in.
ChangeLog: * zlib: Update to zlib 1.2.8 with local changes merged in.
Diffstat (limited to 'zlib/deflate.h')
-rw-r--r--zlib/deflate.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/zlib/deflate.h b/zlib/deflate.h
index da72661..1eba665 100644
--- a/zlib/deflate.h
+++ b/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: */