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

github.com/wolfpld/tracy.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'zstd/compress/zstd_ldm.h')
-rw-r--r--zstd/compress/zstd_ldm.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/zstd/compress/zstd_ldm.h b/zstd/compress/zstd_ldm.h
index 393466fa..4e68dbf5 100644
--- a/zstd/compress/zstd_ldm.h
+++ b/zstd/compress/zstd_ldm.h
@@ -66,7 +66,7 @@ size_t ZSTD_ldm_generateSequences(
*/
size_t ZSTD_ldm_blockCompress(rawSeqStore_t* rawSeqStore,
ZSTD_matchState_t* ms, seqStore_t* seqStore, U32 rep[ZSTD_REP_NUM],
- ZSTD_useRowMatchFinderMode_e useRowMatchFinder,
+ ZSTD_paramSwitch_e useRowMatchFinder,
void const* src, size_t srcSize);
/**