From 4c66a8c0c39dac6ecf2bafef68ab5e547bab38e5 Mon Sep 17 00:00:00 2001 From: Arun Prakash Jana Date: Mon, 14 Jun 2021 22:12:55 +0530 Subject: [PATCH] Remove redundant newline --- src/nnn.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) 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);