mirror of
https://git.disroot.org/80486DX2-66/polonium.git
synced 2024-12-27 23:50:29 +05:30
main.c: eliminate duplicate error reporting
This commit is contained in:
parent
6f2c89133b
commit
a6957626a4
@ -409,8 +409,6 @@ int main(int argc, char** argv) {
|
|||||||
|
|
||||||
return EXIT_FAILURE;
|
return EXIT_FAILURE;
|
||||||
} else if (result->error) {
|
} else if (result->error) {
|
||||||
PERROR_MACRO("corrupt_file");
|
|
||||||
|
|
||||||
free(result);
|
free(result);
|
||||||
fclose(file);
|
fclose(file);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user