From a693ca6d41955dae86d9d3298b762662a5899c62 Mon Sep 17 00:00:00 2001 From: Rudy Bousset Date: Sat, 29 Feb 2020 19:57:42 +0100 Subject: Normed --- src/ft_get_res.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/ft_get_res.c') diff --git a/src/ft_get_res.c b/src/ft_get_res.c index e7b38c9..aa1bec4 100644 --- a/src/ft_get_res.c +++ b/src/ft_get_res.c @@ -40,7 +40,7 @@ static void } static int8_t -ft_check_res_args(char **words, t_cub *clist) + ft_check_res_args(char **words, t_cub *clist) { if (!(*words + 0) || !(*(words + 1)) || !(*(words + 2)) || (*(words + 3))) -- cgit v1.2.3