1
0
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:
Intel A80486DX2-66 2024-11-19 23:59:20 +03:00
parent 6f2c89133b
commit a6957626a4
Signed by: 80486DX2-66
GPG Key ID: 83631EF27054609B

View File

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