fix: building now

This commit is contained in:
Matteo Flebus 2026-01-30 18:35:26 +01:00
parent fcfc7fedc9
commit bada9c6a29

View file

@ -15,7 +15,7 @@ int parser_init(void)
if (state == PARSER_STATE_READY) if (state == PARSER_STATE_READY)
{ {
perror("Internal error: tried to initialize the parser module twice."); perror("Internal error: tried to initialize the parser module twice.");
return NULL; return false;
} }
int success = grammar_init(); int success = grammar_init();
if (success == false) if (success == false)