diff --git a/ast/include/ast/ast.h b/ast/include/ast/ast.h index eadd0fe5..5f188c36 100644 --- a/ast/include/ast/ast.h +++ b/ast/include/ast/ast.h @@ -6,7 +6,7 @@ /* By: maiboyer +#+ +:+ +#+ */ /* +#+#+#+#+#+ +#+ */ /* Created: 2024/06/11 14:23:40 by maiboyer #+# #+# */ -/* Updated: 2024/07/28 16:00:57 by maiboyer ### ########.fr */ +/* Updated: 2024/07/30 18:41:40 by maiboyer ### ########.fr */ /* */ /* ************************************************************************** */ @@ -92,6 +92,6 @@ struct s_ast_node t_ast_node_data data; }; -void ast_free(t_ast_node self); +void ast_free(t_ast_node self); #endif /* AST_H */