Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nemequ/liblzf.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/lzfP.h
diff options
context:
space:
mode:
authorMarc Lehmann <schmorpforge@schmorp.de>2010-06-01 13:11:33 +0400
committerMarc Lehmann <schmorpforge@schmorp.de>2010-06-01 13:11:33 +0400
commite13ec91156ee13c07581c2aafc5b4b6fe430030e (patch)
treef37244c02be775eff44bbb81ba7127d2549e470e /lzfP.h
parent552af0a361ef38fedddccafcb4f93321a287aeb0 (diff)
*** empty log message ***
Diffstat (limited to 'lzfP.h')
-rw-r--r--lzfP.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lzfP.h b/lzfP.h
index ded481e..7b7feda 100644
--- a/lzfP.h
+++ b/lzfP.h
@@ -49,7 +49,7 @@
* 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, up to 23).
+ * For best compression, use 15 or 16 (or more, up to 22).
*/
#ifndef HLOG
# define HLOG 16