From f9295780ef95e8b17fcc62b6b5f6d3db60de1e5f Mon Sep 17 00:00:00 2001 From: Arun Prakash Jana Date: Mon, 16 Jan 2023 00:18:41 +0530 Subject: [PATCH] Revert "Make CI happy" This reverts commit 8a1e32d9eb191db2f1b75fda6f15bf6625ecd3fa. --- src/nnn.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/nnn.c b/src/nnn.c index 4b2d0a3d..78cf611c 100644 --- a/src/nnn.c +++ b/src/nnn.c @@ -4511,9 +4511,7 @@ static bool get_output(char *file, char *arg1, char *arg2, int fdout, bool page) unlink(g_tmpfpath); return TRUE; - } - - if (have_file) + } else if (have_file) // Case 3 return TRUE;