mirror of
https://github.com/cemu-project/Cemu.git
synced 2026-07-10 01:24:41 -06:00
Missing semicolon.
This commit is contained in:
parent
caaa5ad2c3
commit
3cff628a62
@ -58,7 +58,7 @@ void QueryCoreTimes(uint32 count, ProcessorTime out[])
|
||||
}
|
||||
else
|
||||
{
|
||||
for (auto i = 0; i < count; ++i) out[i] = { }
|
||||
for (auto i = 0; i < count; ++i) out[i] = { };
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user