Skip to content

Commit 22b2fd2

Browse files
authored
Merge pull request #4317 from hirohira9119/fix-function-signature
Fix function signature mismatch for ZSTD_convertBlockSequences
2 parents d6fbaaa + 2840631 commit 22b2fd2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/compress/zstd_compress_internal.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1523,7 +1523,7 @@ typedef struct {
15231523
/* for benchmark */
15241524
size_t ZSTD_convertBlockSequences(ZSTD_CCtx* cctx,
15251525
const ZSTD_Sequence* const inSeqs, size_t nbSequences,
1526-
int const repcodeResolution);
1526+
int repcodeResolution);
15271527

15281528
typedef struct {
15291529
size_t nbSequences;

0 commit comments

Comments
 (0)