fix(ast): the same typo

This commit is contained in:
Matteo Flebus 2026-01-16 20:32:56 +01:00
parent 7ef87583da
commit ccb9438d69

View file

@ -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 */