(cheevos) Fix clang warning

This commit is contained in:
Higor Eurípedes 2015-11-19 10:05:08 -03:00
parent ad745a5661
commit 27f77a4291

View File

@ -849,7 +849,7 @@ static int cheevos_parse(const char *json)
ud.core_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();
return -1;