From d6b4b8116084f7aec25c101a82fc457ac9989033 Mon Sep 17 00:00:00 2001 From: Dominik Kaiser Date: Wed, 22 Jan 2025 17:34:07 +0100 Subject: Test test test --- src/praise_the_norme.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/praise_the_norme.c') diff --git a/src/praise_the_norme.c b/src/praise_the_norme.c index a22843b..6af28c3 100644 --- a/src/praise_the_norme.c +++ b/src/praise_the_norme.c @@ -6,7 +6,7 @@ /* By: dkaiser next; - free_token_and_connect(*cur); + free_token_and_connect2(*cur); if (next_token) { if (next_token->previous == NULL) *tokens = next_token->next; *cur = next_token->next; - free_token_and_connect(next_token); + free_token_and_connect2(next_token); } else *cur = NULL; -- cgit v1.2.3