mirror of
https://github.com/cemu-project/Cemu.git
synced 2025-07-07 23:41:18 +12:00
Missing semicolon.
This commit is contained in:
parent
caaa5ad2c3
commit
3cff628a62
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue