From 1f446fbc51ea5f79e26aa66d2c474625a34da8f7 Mon Sep 17 00:00:00 2001 From: kinou-p Date: Sun, 26 Dec 2021 20:45:33 +0100 Subject: [PATCH] test --- libft/libft.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libft/libft.h b/libft/libft.h index 53996da..c1ab8c5 100644 --- a/libft/libft.h +++ b/libft/libft.h @@ -18,7 +18,7 @@ typedef struct s_list { - void *content; + void *nbr; struct s_list *next; } t_list;