]> git.ipfire.org Git - thirdparty/zstd.git/commitdiff
Fix function signature mismatch for ZSTD_convertBlockSequences 4317/head
authorhirohira <hirohira9119@gmail.com>
Tue, 25 Feb 2025 23:23:48 +0000 (08:23 +0900)
committerhirohira <hirohira9119@gmail.com>
Tue, 25 Feb 2025 23:23:48 +0000 (08:23 +0900)
lib/compress/zstd_compress_internal.h

index ca5e2a4c5bf6fef724ee89d01204952ff8c37839..c6bd166b1ef507f97fc2c9b53a70795df0f362e7 100644 (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;