aboutsummaryrefslogtreecommitdiff
path: root/src/praise_the_norme.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/praise_the_norme.c')
-rw-r--r--src/praise_the_norme.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/praise_the_norme.c b/src/praise_the_norme.c
index a22843b..7b72172 100644
--- a/src/praise_the_norme.c
+++ b/src/praise_the_norme.c
@@ -3,10 +3,10 @@
/* ::: :::::::: */
/* praise_the_norme.c :+: :+: :+: */
/* +:+ +:+ +:+ */
-/* By: dkaiser <dkaiser@student.42heilbronn.de +#+ +:+ +#+ */
+/* By: chuhlig <chuhlig@student.42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
/* Created: 2025/01/20 18:35:41 by dkaiser #+# #+# */
-/* Updated: 2025/01/20 18:39:31 by dkaiser ### ########.fr */
+/* Updated: 2025/01/25 11:34:26 by chuhlig ### ########.fr */
/* */
/* ************************************************************************** */
@@ -17,7 +17,7 @@ void i_love_the_norme(t_token **cur, t_token **tokens)
t_token *next_token;
next_token = (*cur)->next;
- free_token_and_connect(*cur);
+ free_token_and_connect2(*cur);
if (next_token)
{
if (next_token->previous == NULL)