diff --git a/exec/include/exec/_run_ast.h b/exec/include/exec/_run_ast.h index 39e8c8c9..523f5541 100644 --- a/exec/include/exec/_run_ast.h +++ b/exec/include/exec/_run_ast.h @@ -6,7 +6,7 @@ /* By: rparodi +#+ +:+ +#+ */ /* +#+#+#+#+#+ +#+ */ /* Created: 2024/08/14 17:57:57 by rparodi #+# #+# */ -/* Updated: 2024/09/14 12:22:23 by maiboyer ### ########.fr */ +/* Updated: 2024/09/16 13:59:49 by rparodi ### ########.fr */ /* */ /* ************************************************************************** */ @@ -181,5 +181,4 @@ void _ffree_func(\ void _run_word_into_str(\ t_usize idx, t_ast_node *elem, t_word_iterator *state); - #endif