From 68d3a6e11b0dea71721f44af316e9d4dc861b633 Mon Sep 17 00:00:00 2001 From: whaffman Date: Mon, 28 Oct 2024 18:45:44 +0100 Subject: [PATCH] and now it works? --- libft.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/libft.h b/libft.h index e8c99db..b4a061b 100644 --- a/libft.h +++ b/libft.h @@ -73,6 +73,4 @@ t_list *ft_lstmap(t_list *lst, void *(*f)(void *), void (*del)(void *)); * Printf */ - - #endif