Make CI happy

This commit is contained in:
KlzXS 2023-01-14 23:18:22 +01:00
parent 1a2f783b75
commit 8a1e32d9eb
No known key found for this signature in database
GPG Key ID: 721F7586CEB48D6A
1 changed files with 3 additions and 1 deletions

View File

@ -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;