From: hirohira Date: Tue, 25 Feb 2025 23:23:48 +0000 (+0900) Subject: Fix function signature mismatch for ZSTD_convertBlockSequences X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F4317%2Fhead;p=thirdparty%2Fzstd.git Fix function signature mismatch for ZSTD_convertBlockSequences --- diff --git a/lib/compress/zstd_compress_internal.h b/lib/compress/zstd_compress_internal.h index ca5e2a4c5..c6bd166b1 100644 --- a/lib/compress/zstd_compress_internal.h +++ b/lib/compress/zstd_compress_internal.h @@ -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;