projects
/
platform
/
upstream
/
lz4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f3460fc
)
lz4cli.c: fix a comment: LZ4HC_DEFAULT_CLEVEL -> LZ4HC_CLEVEL_MAX
author
Alexey Tourbin
<alexey.tourbin@gmail.com>
Sat, 29 Apr 2017 12:16:51 +0000
(15:16 +0300)
committer
Alexey Tourbin
<alexey.tourbin@gmail.com>
Sat, 29 Apr 2017 13:18:37 +0000
(16:18 +0300)
Actually the program only mentions LZ4HC_CLEVEL_MAX.
programs/lz4cli.c
patch
|
blob
|
history
diff --git
a/programs/lz4cli.c
b/programs/lz4cli.c
index
329ca0b
..
10aa5aa
100644
(file)
--- a/
programs/lz4cli.c
+++ b/
programs/lz4cli.c
@@
-49,7
+49,7
@@
#include <string.h> /* strcmp, strlen */
#include "bench.h" /* BMK_benchFile, BMK_SetNbIterations, BMK_SetBlocksize, BMK_SetPause */
#include "lz4io.h" /* LZ4IO_compressFilename, LZ4IO_decompressFilename, LZ4IO_compressMultipleFilenames */
-#include "lz4hc.h" /* LZ4HC_
DEFAULT_CLEVEL
*/
+#include "lz4hc.h" /* LZ4HC_
CLEVEL_MAX
*/
#include "lz4.h" /* LZ4_VERSION_STRING */