From 3d97d6506a1e0664d3ba0d7bfe1465633eb3a26e Mon Sep 17 00:00:00 2001 From: Sergio Date: Tue, 10 Feb 2026 08:54:11 +0100 Subject: [PATCH] fix: removed putendl on malloc --- src/parser/lexer.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/parser/lexer.c b/src/parser/lexer.c index 3c3d4de..b01f090 100644 --- a/src/parser/lexer.c +++ b/src/parser/lexer.c @@ -6,7 +6,7 @@ /* By: sede-san type = type; token->value = text; if (token->type == TOKEN_WORD && token->value == NULL)