From: Arun Prakash Jana Date: Mon, 14 Jun 2021 16:42:55 +0000 (+0530) Subject: Remove redundant newline X-Git-Tag: v4.2~86 X-Git-Url: http://www.git.stargrave.org/?a=commitdiff_plain;h=4c66a8c0c39dac6ecf2bafef68ab5e547bab38e5;p=nnn.git Remove redundant newline --- diff --git a/src/nnn.c b/src/nnn.c index fe8b6a9f..b6a4adb0 100644 --- a/src/nnn.c +++ b/src/nnn.c @@ -4178,10 +4178,9 @@ static bool show_stats(char *fpath) return FALSE; } - while (r) { + while (r) get_output(cmds[--r], fpath, NULL, fp, TRUE, FALSE); - fprintf(fp, "\n"); - } + fclose(fp); close(fd);