From 3d7b8f4cd2d312447ebe04ffb230d6c3d7bc10ed Mon Sep 17 00:00:00 2001 From: Maieul BOYER Date: Tue, 30 Jul 2024 18:41:52 +0200 Subject: [PATCH] Fixed ast header --- ast/include/ast/ast.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 */