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
commit 22b2fd2517
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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;