mirror of
https://github.com/OpenMW/openmw.git
synced 2025-02-28 15:09:43 +00:00
Add missing space
This commit is contained in:
parent
4f683d1ee9
commit
a5ec108cfb
1 changed files with 1 additions and 1 deletions
|
@ -297,7 +297,7 @@ namespace ESM
|
|||
private:
|
||||
[[noreturn]] void reportSubSizeMismatch(size_t want, size_t got)
|
||||
{
|
||||
fail("record size mismatch, requested " + std::to_string(want) + ", got" + std::to_string(got));
|
||||
fail("record size mismatch, requested " + std::to_string(want) + ", got " + std::to_string(got));
|
||||
}
|
||||
|
||||
void clearCtx();
|
||||
|
|
Loading…
Reference in a new issue