mirror of
https://github.com/ptitSeb/Serious-Engine
synced 2024-11-22 02:20:25 +01:00
Follow coding conventions
This commit is contained in:
parent
12e8b991b3
commit
21d4aec7f7
|
@ -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));
|
||||
|
|
Loading…
Reference in New Issue
Block a user