From 6d249dd9ea1ff742acd2a59153d18854f64eb3c5 Mon Sep 17 00:00:00 2001 From: SirTalksalot75 <132705706+SirTalksalot75@users.noreply.github.com> Date: Mon, 22 Apr 2024 12:54:20 +0200 Subject: [PATCH] Update main.c deleted fclose() --- src/main.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/main.c b/src/main.c index 89c214f..a24eb7a 100644 --- a/src/main.c +++ b/src/main.c @@ -48,8 +48,6 @@ int main(void) { yyin = input; - fclose(input); - yyparse(); atexit();