mirror of
https://github.com/OpenMW/openmw.git
synced 2025-12-09 11:34:32 +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:
|
private:
|
||||||
[[noreturn]] void reportSubSizeMismatch(size_t want, size_t got)
|
[[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();
|
void clearCtx();
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue