From 110fdc6e441d5e2ef11229486534db0f5e36e87d Mon Sep 17 00:00:00 2001 From: root Date: Tue, 13 Nov 2007 11:30:37 +0000 Subject: *** empty log message *** --- lzfP.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lzfP.h') 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 /* -- cgit v1.2.3