diff options
Diffstat (limited to '')
-rw-r--r-- | src/ft_get_res.c | 2 |
1 files changed, 1 insertions, 1 deletions
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))) |