coccinelle: run safe_fclose.cocci again

This commit is contained in:
Lennart Poettering 2018-03-23 16:32:48 +01:00
parent d2f646828e
commit f5c4b520ba
1 changed files with 1 additions and 2 deletions

View File

@ -1072,8 +1072,7 @@ int main(int argc, char *argv[]) {
end:
pager_close();
if (arg_output)
fclose(arg_output);
safe_fclose(arg_output);
return r >= 0 ? r : EXIT_FAILURE;
}