mirror of
https://github.com/libretro/RetroArch
synced 2025-01-29 18:32:44 +00:00
(cheevos) Fix clang warning
This commit is contained in:
parent
ad745a5661
commit
27f77a4291
@ -849,7 +849,7 @@ static int cheevos_parse(const char *json)
|
|||||||
ud.core_count = 0;
|
ud.core_count = 0;
|
||||||
ud.unofficial_count = 0;
|
ud.unofficial_count = 0;
|
||||||
|
|
||||||
if (!jsonsax_parse(json, &handlers, (void*)&ud) == JSONSAX_OK)
|
if (jsonsax_parse(json, &handlers, (void*)&ud) != JSONSAX_OK)
|
||||||
{
|
{
|
||||||
cheevos_unload();
|
cheevos_unload();
|
||||||
return -1;
|
return -1;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user