From 68ac1411e99e6158822ec03478e61032c8376ad8 Mon Sep 17 00:00:00 2001 From: yosyo Date: Sat, 10 Aug 2024 19:00:50 +0200 Subject: [PATCH] =?UTF-8?q?=E3=80=8C=F0=9F=94=A8=E3=80=8D=20fix:=20fixed?= =?UTF-8?q?=20some=20things.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- libft/src/linked_lists/ft_lstnew.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/libft/src/linked_lists/ft_lstnew.c b/libft/src/linked_lists/ft_lstnew.c index 5775682..3497c78 100644 --- a/libft/src/linked_lists/ft_lstnew.c +++ b/libft/src/linked_lists/ft_lstnew.c @@ -3,10 +3,10 @@ /* ::: :::::::: */ /* ft_lstnew.c :+: :+: :+: */ /* +:+ +:+ +:+ */ -/* By: mmoussou