Fix double fclose()

This commit is contained in:
Přemysl Eric Janouch 2018-07-21 23:38:25 +02:00
parent e0a77dacf7
commit 73bf4b861a
Signed by: p
GPG Key ID: A0420B94F92B9493
1 changed files with 0 additions and 1 deletions

View File

@ -967,7 +967,6 @@ int main(int argc, char* argv[]) {
(void) unlink(output_path);
die(3, "%s: %s", output_path, strerror(errno));
}
fclose(fp);
} else {
die(3, "%s: %s", output_path, strerror(errno));
}