Fixed a broken function call

This commit is contained in:
Joshua Scoggins 2016-04-17 23:04:12 -07:00
parent e5c0e4f3f4
commit 535832668f

View File

@ -583,7 +583,7 @@ ENGINE_API void SE_InitEngine(const char *argv0, CTString strGameID)
// report os info
CPrintF(TRANSV("Examining underlying OS...\n"));
PlatformIdentfication();
PlatformIdentification();
// !!! FIXME: Abstract this somehow.
CPrintF("\n");