aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tr8vm.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/tr8vm.c b/tr8vm.c
index 37c82f9..1a5d667 100644
--- a/tr8vm.c
+++ b/tr8vm.c
@@ -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;
}