fix: building now
This commit is contained in:
parent
fcfc7fedc9
commit
bada9c6a29
1 changed files with 1 additions and 1 deletions
|
|
@ -15,7 +15,7 @@ int parser_init(void)
|
|||
if (state == PARSER_STATE_READY)
|
||||
{
|
||||
perror("Internal error: tried to initialize the parser module twice.");
|
||||
return NULL;
|
||||
return false;
|
||||
}
|
||||
int success = grammar_init();
|
||||
if (success == false)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue