summaryrefslogtreecommitdiff
path: root/inflate.h
diff options
context:
space:
mode:
Diffstat (limited to 'inflate.h')
-rw-r--r--inflate.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/inflate.h b/inflate.h
index 07bd3e7..d90c6bc 100644
--- a/inflate.h
+++ b/inflate.h
@@ -1,5 +1,5 @@
1/* inflate.h -- internal inflate state definition 1/* inflate.h -- internal inflate state definition
2 * Copyright (C) 1995-2004 Mark Adler 2 * Copyright (C) 1995-2006 Mark Adler
3 * For conditions of distribution and use, see copyright notice in zlib.h 3 * For conditions of distribution and use, see copyright notice in zlib.h
4 */ 4 */
5 5
@@ -73,7 +73,7 @@ typedef enum {
73 CHECK -> LENGTH -> DONE 73 CHECK -> LENGTH -> DONE
74 */ 74 */
75 75
76/* state maintained between inflate() calls. Approximately 7K bytes. */ 76/* state maintained between inflate() calls. Approximately 10K bytes. */
77struct inflate_state { 77struct inflate_state {
78 inflate_mode mode; /* current inflate mode */ 78 inflate_mode mode; /* current inflate mode */
79 int last; /* true if processing last block */ 79 int last; /* true if processing last block */