--- liblzf/lzfP.h 2007/11/13 10:41:52 1.18 +++ liblzf/lzfP.h 2007/11/13 11:30:37 1.19 @@ -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 /*