]> git.ipfire.org Git - thirdparty/zstd.git/commitdiff
Random edit to re-run the CI 3320/head
authorCarl Woffenden <cwoffenden@gmail.com>
Sat, 19 Nov 2022 18:04:08 +0000 (19:04 +0100)
committerCarl Woffenden <cwoffenden@gmail.com>
Sat, 19 Nov 2022 18:04:08 +0000 (19:04 +0100)
I don't believe the (x64) Mac failure is related to error since it would take the SSE path.

lib/compress/zstd_lazy.c

index a12e5a43ebbc8e31dc466b9e36275982cd58890e..d5a7b5cbf954a73bff2b63b0e2e27b0f84933a3d 100644 (file)
@@ -2123,7 +2123,6 @@ size_t ZSTD_compressBlock_lazy_extDict_row(
 size_t ZSTD_compressBlock_lazy2_extDict_row(
         ZSTD_matchState_t* ms, seqStore_t* seqStore, U32 rep[ZSTD_REP_NUM],
         void const* src, size_t srcSize)
-
 {
     return ZSTD_compressBlock_lazy_extDict_generic(ms, seqStore, rep, src, srcSize, search_rowHash, 2);
 }