diff --git a/src/json_helper.c b/src/json_helper.c index 8728508..24ab067 100644 --- a/src/json_helper.c +++ b/src/json_helper.c @@ -45,7 +45,7 @@ int _mstdnt_key_val_iter(cJSON* v, } } } - else if (bools && cJSON_IsBool(v)) + if (bools && cJSON_IsBool(v)) { for (i = 0; i < bool_len; ++i) {