Update main.c

fixed typo
This commit is contained in:
SirTalksalot75 2024-04-23 14:32:00 +02:00 committed by GitHub
parent 7797595fef
commit dad9cbb93a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 0 additions and 2 deletions

View File

@ -65,8 +65,6 @@ int main(int argc, char *argv[]) {
PANIC("File couldn't be opened!"); PANIC("File couldn't be opened!");
} }
yyin = input;
yyparse(); yyparse();
return 0; return 0;