summaryrefslogtreecommitdiff
path: root/lzfP.h
diff options
context:
space:
mode:
authorroot <root>2007-11-13 11:30:37 +0000
committerroot <root>2007-11-13 11:30:37 +0000
commit110fdc6e441d5e2ef11229486534db0f5e36e87d (patch)
tree8c204af427594f94210c5a1dbf02aaf35748a63c /lzfP.h
parentd73fdbeb9a5b1d65e82c22411d76fc117ad67296 (diff)
*** empty log message ***
Diffstat (limited to 'lzfP.h')
-rw-r--r--lzfP.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/lzfP.h b/lzfP.h
index 5c3ddc5..d533f18 100644
--- a/lzfP.h
+++ b/lzfP.h
@@ -49,10 +49,10 @@
* the difference between 15 and 14 is very small
* for small blocks (and 14 is usually a bit faster).
* For a low-memory/faster configuration, use HLOG == 13;
- * For best compression, use 15 or 16 (or more).
+ * For best compression, use 15 or 16 (or more, up to 23).
*/
#ifndef HLOG
-# define HLOG 15
+# define HLOG 16
#endif
/*