aboutsummaryrefslogtreecommitdiff
path: root/gzguts.h
diff options
context:
space:
mode:
Diffstat (limited to 'gzguts.h')
-rw-r--r--gzguts.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/gzguts.h b/gzguts.h
index c22814d..d87659d 100644
--- a/gzguts.h
+++ b/gzguts.h
@@ -142,7 +142,8 @@
142# define DEF_MEM_LEVEL MAX_MEM_LEVEL 142# define DEF_MEM_LEVEL MAX_MEM_LEVEL
143#endif 143#endif
144 144
145/* default i/o buffer size -- double this for output when reading */ 145/* default i/o buffer size -- double this for output when reading (this and
146 twice this must be able to fit in an unsigned type) */
146#define GZBUFSIZE 8192 147#define GZBUFSIZE 8192
147 148
148/* gzip modes, also provide a little integrity check on the passed structure */ 149/* gzip modes, also provide a little integrity check on the passed structure */