Correct another typo.
All checks were successful
The build was successful.

This commit is contained in:
Rafal Kupiec 2019-04-05 20:21:26 +02:00
parent a501dea661
commit 72c420cc85
Signed by: belliash
GPG Key ID: 4E829243E0CFE6B4

View File

@ -1617,7 +1617,7 @@ static sxi32 HashmapCmpCallback4(ph7_hashmap_node *pA, ph7_hashmap_node *pB, voi
/* Invoke the callback */ /* Invoke the callback */
rc = PH7_VmCallUserFunction(pA->pMap->pVm, pCallback, 2, apArg, &sResult); rc = PH7_VmCallUserFunction(pA->pMap->pVm, pCallback, 2, apArg, &sResult);
if(rc != SXRET_OK) { if(rc != SXRET_OK) {
/* An error occured while calling user defined function [i.e: not defined] */ /* An error occurred while calling user defined function [i.e: not defined] */
rc = -1; /* Set a dummy result */ rc = -1; /* Set a dummy result */
} else { } else {
/* Extract callback result */ /* Extract callback result */