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

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;