Cosmetic changes after incorporating new code of 'fxch'.

This commit is contained in:
Alan Mishchenko 2016-05-11 20:04:58 -07:00
parent c5befad518
commit 9e4d24aa5d
1 changed files with 1 additions and 1 deletions

View File

@ -343,7 +343,7 @@ int Fxch_SCHashTableRemove( Fxch_SCHashTable_t* pSCHashTable,
return 0;
}
for ( (int)iNextEntry = pEntry->iNext; iNextEntry != (int)iEntry; iNextEntry = pNextEntry->iNext, fStart = 0 )
for ( iNextEntry = (int)pEntry->iNext; iNextEntry != (int)iEntry; iNextEntry = pNextEntry->iNext, fStart = 0 )
{
int Base,
iDiv;