summaryrefslogtreecommitdiffstats
path: root/src/b_unset.c
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/b_unset.c2
1 files changed, 1 insertions, 1 deletions
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;
}