From: Yann Collet Date: Tue, 23 Feb 2016 20:34:18 +0000 (+0100) Subject: minor cosmetic X-Git-Tag: v0.6.0^2~20 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F135%2Fhead;p=thirdparty%2Fzstd.git minor cosmetic --- diff --git a/programs/dibio.c b/programs/dibio.c index 646fe2c60..17f89586b 100644 --- a/programs/dibio.c +++ b/programs/dibio.c @@ -259,7 +259,7 @@ int DiB_trainFromFiles(const char* dictFileName, unsigned maxDictSize, srcBuffer, fileSizes, nbFiles, params); 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; goto _cleanup; }