diff --git a/libs/util/cexpr-type.c b/libs/util/cexpr-type.c index 5ace46483..2bf3766a4 100644 --- a/libs/util/cexpr-type.c +++ b/libs/util/cexpr-type.c @@ -108,7 +108,7 @@ exprtype_t cexpr_bool = { .get_string = bool_get_string, }; -static int bool_values[] = { +static bool bool_values[] = { false, true, };