From baa1352385373ebdfcffa6272d9ca3a19cbf1210 Mon Sep 17 00:00:00 2001 From: Dominik Kaiser Date: Mon, 25 Mar 2024 11:59:40 +0100 Subject: Code works now as it should. TODO: Refactoring and some improvements Other than that, the code works fine and should pass eval after norminette has been dealt with. --- get_next_line_utils.c | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'get_next_line_utils.c') diff --git a/get_next_line_utils.c b/get_next_line_utils.c index 6127736..690be2a 100644 --- a/get_next_line_utils.c +++ b/get_next_line_utils.c @@ -6,7 +6,7 @@ /* By: dkaiser