summaryrefslogtreecommitdiffstats
path: root/lib/lz4hc.c
diff options
context:
space:
mode:
authorYann Collet <Cyan4973@users.noreply.github.com>2020-11-08 00:12:41 (GMT)
committerGitHub <noreply@github.com>2020-11-08 00:12:41 (GMT)
commit79a7c940172ae066f9d72462d625fb43e7a0343a (patch)
tree3fad64eac25e80aaa9e0c7c8643c85182c61b600 /lib/lz4hc.c
parent80d3f32904ef447858aca2ecb7045805af23f8f6 (diff)
parentd4bfcf8489becbba084bceb0ddc74dc7c945cdde (diff)
downloadlz4-79a7c940172ae066f9d72462d625fb43e7a0343a.zip
lz4-79a7c940172ae066f9d72462d625fb43e7a0343a.tar.gz
lz4-79a7c940172ae066f9d72462d625fb43e7a0343a.tar.bz2
Merge pull request #940 from lz4/fix935
fix #935
Diffstat (limited to 'lib/lz4hc.c')
-rw-r--r--lib/lz4hc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/lz4hc.c b/lib/lz4hc.c
index 15bedec..85121d4 100644
--- a/lib/lz4hc.c
+++ b/lib/lz4hc.c
@@ -789,7 +789,7 @@ static int LZ4HC_compress_optimal( LZ4HC_CCtx_internal* ctx,
int const nbSearches, size_t sufficient_len,
const limitedOutput_directive limit, int const fullUpdate,
const dictCtx_directive dict,
- HCfavor_e favorDecSpeed);
+ const HCfavor_e favorDecSpeed);
LZ4_FORCE_INLINE int LZ4HC_compress_generic_internal (