diff options
Diffstat (limited to 'src/ft_get_colors.c')
-rw-r--r-- | src/ft_get_colors.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ft_get_colors.c b/src/ft_get_colors.c index 7d9d5d2..249ff5a 100644 --- a/src/ft_get_colors.c +++ b/src/ft_get_colors.c @@ -28,7 +28,7 @@ static int return (0); } -int +int8_t ft_get_f_color(char **words, t_cub *clist) { char **num; @@ -58,7 +58,7 @@ int return (0); } -int +int8_t ft_get_c_color(char **words, t_cub *clist) { char **num; |