fix intentional typo in main.c

This commit is contained in:
Sven Vogel 2024-04-12 22:51:56 +02:00
parent 0079de6faf
commit 98c69026ba
1 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
#include <yacc/parser.tab.h>
int main() {
yypa rse();
yyparse();
return 0;
}
}