This commit is contained in:
Maix0 2024-05-30 12:36:59 +02:00
parent b8a121aae5
commit ffc7a2d0fc
2 changed files with 23 additions and 3 deletions

View file

@ -6,7 +6,7 @@
/* By: rparodi <rparodi@student.42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
/* Created: 2024/03/28 14:40:38 by rparodi #+# #+# */
/* Updated: 2024/05/29 16:40:26 by maiboyer ### ########.fr */
/* Updated: 2024/05/29 22:30:42 by maiboyer ### ########.fr */
/* */
/* ************************************************************************** */
@ -220,5 +220,5 @@ t_i32 main(t_i32 argc, t_str argv[], t_str envp[])
"\001\x1B[0m\002"
"$ ";
ft_take_args(&utils);
// (void)from_node(NULL);
(void)from_node(NULL);
}