diff options
-rw-r--r-- | tr8vm.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -266,7 +266,6 @@ int main(int argc, char *argv[]) fd = fopen(argv[1], "rb"); if (!fd) { - fclose(fd); fprintf(stderr, "Error opening input\n"); return 1; } |