fix(ast): the same typo
This commit is contained in:
parent
7ef87583da
commit
ccb9438d69
1 changed files with 1 additions and 1 deletions
|
|
@ -15,6 +15,6 @@ bool ast_is_end(struct ast *node);
|
||||||
* Creates a new AST node representing the end of input.
|
* Creates a new AST node representing the end of input.
|
||||||
* WARNING: data will be a NULL pointer
|
* WARNING: data will be a NULL pointer
|
||||||
*/
|
*/
|
||||||
struct ast *ast_create_end(end);
|
struct ast *ast_create_end(void);
|
||||||
|
|
||||||
#endif /* ! AST_END_H */
|
#endif /* ! AST_END_H */
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue