diff options
Diffstat (limited to 'src/unalf.c')
| -rw-r--r-- | src/unalf.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/unalf.c b/src/unalf.c index 9a43bb2..545a5c2 100644 --- a/src/unalf.c +++ b/src/unalf.c @@ -73,5 +73,7 @@ int main(int argc, char **argv) { else extract_alf(); + fclose(in_file); + exit(bad_checksum_count ? 2 : 0); } |
