From: Paul Cruz Date: Wed, 21 Jun 2017 19:41:10 +0000 (-0700) Subject: added newline to align output X-Git-Tag: v1.3.0~1^2~19^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5be0f5544e46182168ce83a06b968f63eeabda30;p=thirdparty%2Fzstd.git added newline to align output --- diff --git a/programs/fileio.c b/programs/fileio.c index 634a888c1..0bcd1f87f 100644 --- a/programs/fileio.c +++ b/programs/fileio.c @@ -1059,6 +1059,9 @@ static int FIO_listFile(const char* inFileName, int displayLevel, unsigned fileN } else if (error == 3) { /* error occurred with opening the file */ + if (displayLevel > 2) { + DISPLAYOUT("\n"); + } return 1; } displayInfo(inFileName, &info, displayLevel);