diff options
Diffstat (limited to 'src/ft_select_get.c')
-rw-r--r-- | src/ft_select_get.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ft_select_get.c b/src/ft_select_get.c index b248101..3c14681 100644 --- a/src/ft_select_get.c +++ b/src/ft_select_get.c @@ -17,7 +17,7 @@ #include <stdint.h> static int8_t -ft_check_exists(int8_t ret, t_cub *clist) +ft_check_exists(const int8_t ret, t_cub *clist) { if (ret == 12) return (12); |