mirror of
https://git.disroot.org/80486DX2-66/polonium.git
synced 2024-12-26 15:10:40 +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;
|
||||
} else if (result->error) {
|
||||
PERROR_MACRO("corrupt_file");
|
||||
|
||||
free(result);
|
||||
fclose(file);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user