mirror of
https://github.com/libretro/RetroArch
synced 2025-03-29 22:20:21 +00:00
Another style nit
This commit is contained in:
parent
edd9ed3619
commit
646cadba8c
@ -47,11 +47,9 @@ static bool DCifJSONObjectMemberHandler(void* context, const char *pValue, size_
|
||||
{
|
||||
DCifJSONContext *pCtx = (DCifJSONContext*)context;
|
||||
|
||||
/* something went wrong */
|
||||
if (pCtx->current_entry_str_val)
|
||||
{
|
||||
/* something went wrong */
|
||||
return false;
|
||||
}
|
||||
|
||||
if (length)
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user