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