From 8a1e32d9eb191db2f1b75fda6f15bf6625ecd3fa Mon Sep 17 00:00:00 2001 From: KlzXS Date: Sat, 14 Jan 2023 23:18:22 +0100 Subject: [PATCH] Make CI happy --- src/nnn.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/nnn.c b/src/nnn.c index 78cf611c..4b2d0a3d 100644 --- a/src/nnn.c +++ b/src/nnn.c @@ -4511,7 +4511,9 @@ static bool get_output(char *file, char *arg1, char *arg2, int fdout, bool page) unlink(g_tmpfpath); return TRUE; - } else if (have_file) + } + + if (have_file) // Case 3 return TRUE;