From cfaf9947227065ce40661544dff9b3554ff5aca2 Mon Sep 17 00:00:00 2001 From: JozanLeClerc Date: Mon, 17 Aug 2020 17:22:24 +0200 Subject: Set libft/ft_is* to type t_bool --- src/b_unset.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/b_unset.c') diff --git a/src/b_unset.c b/src/b_unset.c index 00fab78..0df411a 100644 --- a/src/b_unset.c +++ b/src/b_unset.c @@ -27,7 +27,7 @@ static t_bool ptr = (char*)arg; r = TRUE; - if (ft_isalpha(ptr[0]) == 0) + if (ft_isalpha(ptr[0]) == FALSE) { r = FALSE; } -- cgit v1.2.3