From dad9cbb93a3966d2a91d4d4dae4efb0a81fea435 Mon Sep 17 00:00:00 2001 From: SirTalksalot75 <132705706+SirTalksalot75@users.noreply.github.com> Date: Tue, 23 Apr 2024 14:32:00 +0200 Subject: [PATCH] Update main.c fixed typo --- src/main.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/main.c b/src/main.c index d96e0fd..bbcf14b 100644 --- a/src/main.c +++ b/src/main.c @@ -64,8 +64,6 @@ int main(int argc, char *argv[]) { { PANIC("File couldn't be opened!"); } - - yyin = input; yyparse();