mirror of
https://github.com/facebook/zstd.git
synced 2025-08-05 19:15:58 +03:00
minor cosmetic
This commit is contained in:
@@ -259,7 +259,7 @@ int DiB_trainFromFiles(const char* dictFileName, unsigned maxDictSize,
|
|||||||
srcBuffer, fileSizes, nbFiles,
|
srcBuffer, fileSizes, nbFiles,
|
||||||
params);
|
params);
|
||||||
if (ZDICT_isError(dictSize)) {
|
if (ZDICT_isError(dictSize)) {
|
||||||
DISPLAYLEVEL(1, "dictionary training failed : %s", ZDICT_getErrorName(dictSize)); /* should not happen */
|
DISPLAYLEVEL(1, "dictionary training failed : %s \n", ZDICT_getErrorName(dictSize)); /* should not happen */
|
||||||
result = 1;
|
result = 1;
|
||||||
goto _cleanup;
|
goto _cleanup;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user