Fix function signature mismatch for ZSTD_convertBlockSequences

This commit is contained in:
hirohira
2025-02-26 08:23:48 +09:00
parent 76779f52c2
commit 2840631dc1
+1 -1
View File
@@ -1523,7 +1523,7 @@ typedef struct {
/* for benchmark */ /* for benchmark */
size_t ZSTD_convertBlockSequences(ZSTD_CCtx* cctx, size_t ZSTD_convertBlockSequences(ZSTD_CCtx* cctx,
const ZSTD_Sequence* const inSeqs, size_t nbSequences, const ZSTD_Sequence* const inSeqs, size_t nbSequences,
int const repcodeResolution); int repcodeResolution);
typedef struct { typedef struct {
size_t nbSequences; size_t nbSequences;