Merge pull request #4317 from hirohira9119/fix-function-signature

Fix function signature mismatch for ZSTD_convertBlockSequences
This commit is contained in:
Yann Collet
2025-02-27 13:03:03 -08:00
committed by GitHub
+1 -1
View File
@@ -1523,7 +1523,7 @@ typedef struct {
/* for benchmark */
size_t ZSTD_convertBlockSequences(ZSTD_CCtx* cctx,
const ZSTD_Sequence* const inSeqs, size_t nbSequences,
int const repcodeResolution);
int repcodeResolution);
typedef struct {
size_t nbSequences;