Another style nit

This commit is contained in:
twinaphex 2021-07-20 05:23:12 +02:00
parent edd9ed3619
commit 646cadba8c

View File

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