fix whitespace
This commit is contained in:
parent
c9d9927c14
commit
60caf03d2c
@ -135,7 +135,7 @@ void miiSelectorReturnGetName(const MiiSelectorReturn *returnbuf, char* out, siz
|
|||||||
else
|
else
|
||||||
{
|
{
|
||||||
u16 temp[10];
|
u16 temp[10];
|
||||||
memcpy(temp, returnbuf->mii.mii_name,sizeof(temp));
|
memcpy(temp, returnbuf->mii.mii_name, sizeof(temp));
|
||||||
|
|
||||||
miiSelectorConvertToUTF8(out, temp, max_size);
|
miiSelectorConvertToUTF8(out, temp, max_size);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user