From 7d714e100818a4496cfa250c8b488cee51620108 Mon Sep 17 00:00:00 2001 From: wescande Date: Tue, 7 Mar 2017 16:43:05 +0100 Subject: [PATCH] recitf libft,h --- libft/includes/libft.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libft/includes/libft.h b/libft/includes/libft.h index 55e7dc53..ddda1113 100644 --- a/libft/includes/libft.h +++ b/libft/includes/libft.h @@ -6,7 +6,7 @@ /* By: jhalford +#+ +:+ +#+ */ /* +#+#+#+#+#+ +#+ */ /* Created: 2016/11/07 13:49:04 by jhalford #+# #+# */ -/* Updated: 2017/03/07 15:39:59 by wescande ### ########.fr */ +/* Updated: 2017/03/07 15:41:52 by wescande ### ########.fr */ /* */ /* ************************************************************************** */ @@ -54,7 +54,7 @@ struct s_stof struct s_itof { - int name; + int id; int (*f)(); };