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;