Fix matching (#734)
This commit is contained in:
@@ -89,8 +89,8 @@ static const u8 sTextColorTable[] =
|
|||||||
|
|
||||||
void DynamicPlaceholderTextUtil_Reset(void)
|
void DynamicPlaceholderTextUtil_Reset(void)
|
||||||
{
|
{
|
||||||
s32 i;
|
int i;
|
||||||
for (i = 0; i < NELEMS(sStringPointers); i++)
|
for (i = 0; i < (int)NELEMS(sStringPointers); i++)
|
||||||
sStringPointers[i] = NULL;
|
sStringPointers[i] = NULL;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user