FossilOrigin-Name: 225d08143bc51f2c503daa384712eafecb38522ac7ae0ceed3700d832cd3f139
This commit is contained in:
me@ow.nekobit.net 2022-02-17 20:34:52 +00:00
parent f1efdcbb13
commit 700f676d5a

View file

@ -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)
{