mirror of
https://github.com/jarun/nnn.git
synced 2025-03-29 09:36:36 +00:00
Make CI happy
This commit is contained in:
parent
1a2f783b75
commit
8a1e32d9eb
1 changed files with 3 additions and 1 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue