diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/alf.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -355,7 +355,7 @@ int main(int argc, char **argv) { crunch_file(argv[optind++]); } - fclose(out_file); + if(out_file) fclose(out_file); exit(0); } |
