aboutsummaryrefslogtreecommitdiff
path: root/zconf.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--zconf.h2
-rw-r--r--zconf.h.cmakein2
-rw-r--r--zconf.h.in2
3 files changed, 3 insertions, 3 deletions
diff --git a/zconf.h b/zconf.h
index 0a4828e..d09f186 100644
--- a/zconf.h
+++ b/zconf.h
@@ -251,7 +251,7 @@
251 Of course this will generally degrade compression (there's no free lunch). 251 Of course this will generally degrade compression (there's no free lunch).
252 252
253 The memory requirements for inflate are (in bytes) 1 << windowBits 253 The memory requirements for inflate are (in bytes) 1 << windowBits
254 that is, 32K for windowBits=15 (default value) plus a few kilobytes 254 that is, 32K for windowBits=15 (default value) plus about 7 kilobytes
255 for small objects. 255 for small objects.
256*/ 256*/
257 257
diff --git a/zconf.h.cmakein b/zconf.h.cmakein
index 752eb88..70942e4 100644
--- a/zconf.h.cmakein
+++ b/zconf.h.cmakein
@@ -253,7 +253,7 @@
253 Of course this will generally degrade compression (there's no free lunch). 253 Of course this will generally degrade compression (there's no free lunch).
254 254
255 The memory requirements for inflate are (in bytes) 1 << windowBits 255 The memory requirements for inflate are (in bytes) 1 << windowBits
256 that is, 32K for windowBits=15 (default value) plus a few kilobytes 256 that is, 32K for windowBits=15 (default value) plus about 7 kilobytes
257 for small objects. 257 for small objects.
258*/ 258*/
259 259
diff --git a/zconf.h.in b/zconf.h.in
index 0a4828e..d09f186 100644
--- a/zconf.h.in
+++ b/zconf.h.in
@@ -251,7 +251,7 @@
251 Of course this will generally degrade compression (there's no free lunch). 251 Of course this will generally degrade compression (there's no free lunch).
252 252
253 The memory requirements for inflate are (in bytes) 1 << windowBits 253 The memory requirements for inflate are (in bytes) 1 << windowBits
254 that is, 32K for windowBits=15 (default value) plus a few kilobytes 254 that is, 32K for windowBits=15 (default value) plus about 7 kilobytes
255 for small objects. 255 for small objects.
256*/ 256*/
257 257