Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'source/gameengine/GamePlayer/ghost/GPG_System.h')
-rw-r--r--source/gameengine/GamePlayer/ghost/GPG_System.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/source/gameengine/GamePlayer/ghost/GPG_System.h b/source/gameengine/GamePlayer/ghost/GPG_System.h
index 796ad0c2b8c..d68fc812dd3 100644
--- a/source/gameengine/GamePlayer/ghost/GPG_System.h
+++ b/source/gameengine/GamePlayer/ghost/GPG_System.h
@@ -35,7 +35,7 @@
#ifdef WIN32
#pragma warning (disable:4786) // suppress stl-MSVC debug info warning
-#endif // WIN32
+#endif /* WIN32 */
#include "GPC_System.h"
@@ -51,5 +51,4 @@ public:
virtual double GetTimeInSeconds();
};
-#endif // __GPG_SYSTEM_H__
-
+#endif /* __GPG_SYSTEM_H__ */