mirror of
https://github.com/facebook/zstd.git
synced 2025-10-16 00:04:24 -04:00
zstdcli : remove extra semicolon
This commit is contained in:
parent
ef2c836955
commit
a38601f05a
@ -1165,7 +1165,7 @@ FIO_compressFilename_internal(FIO_prefs_t* const prefs,
|
|||||||
const char* dstFileName, const char* srcFileName,
|
const char* dstFileName, const char* srcFileName,
|
||||||
int compressionLevel)
|
int compressionLevel)
|
||||||
{
|
{
|
||||||
UTIL_time_t const timeStart = UTIL_getTime();;
|
UTIL_time_t const timeStart = UTIL_getTime();
|
||||||
clock_t const cpuStart = clock();
|
clock_t const cpuStart = clock();
|
||||||
U64 readsize = 0;
|
U64 readsize = 0;
|
||||||
U64 compressedfilesize = 0;
|
U64 compressedfilesize = 0;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user