Follow coding conventions

This commit is contained in:
Joshua Scoggins 2016-04-17 22:40:08 -07:00
parent 12e8b991b3
commit 21d4aec7f7

View File

@ -321,7 +321,8 @@ static void SanityCheckTypes(void)
#endif
}
// don't want to export this function
void PlatformIdentification() {
static void PlatformIdentification(void)
{
#if (defined PLATFORM_WIN32)
OSVERSIONINFO osv;
memset(&osv, 0, sizeof(osv));