1
0
Fork 0
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:
elsid 2023-02-11 14:52:50 +01:00
parent 4f683d1ee9
commit a5ec108cfb
No known key found for this signature in database
GPG key ID: 4DE04C198CBA7625

View file

@ -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();