change zstd_opt.c into zstd_opt.h, since it's included
This commit is contained in:
+1
-1
@@ -1697,7 +1697,7 @@ _storeSequence:
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
#include "zstd_opt.c"
|
#include "zstd_opt.h"
|
||||||
|
|
||||||
static void ZSTD_compressBlock_opt_bt(ZSTD_CCtx* ctx, const void* src, size_t srcSize)
|
static void ZSTD_compressBlock_opt_bt(ZSTD_CCtx* ctx, const void* src, size_t srcSize)
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user