fix(ast): typo
This commit is contained in:
parent
1cd827180a
commit
67d76ac895
1 changed files with 1 additions and 1 deletions
|
|
@ -10,7 +10,7 @@ bool ast_is_end(struct ast *node)
|
||||||
return node->type == AST_END;
|
return node->type == AST_END;
|
||||||
}
|
}
|
||||||
|
|
||||||
struct ast *ast_create_end(end)
|
struct ast *ast_create_end(void)
|
||||||
{
|
{
|
||||||
return ast_create(AST_END, NULL);
|
return ast_create(AST_END, NULL);
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue