From 3626bdb9017652c3e3e16e9ac8e391be34d60e7c Mon Sep 17 00:00:00 2001 From: Camille Chauvet Date: Fri, 28 Oct 2022 19:23:50 +0200 Subject: [PATCH] kekw --- ft_split.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/ft_split.c b/ft_split.c index 1ab69f5..c512def 100644 --- a/ft_split.c +++ b/ft_split.c @@ -6,7 +6,7 @@ /* By: cchauvet