Browse Source

Compiler warning: fix missing commend block.

Kim Kulling 10 years ago
parent
commit
dc28746269
1 changed files with 1 additions and 1 deletions
  1. 1 1
      code/OpenGEXExporter.h

+ 1 - 1
code/OpenGEXExporter.h

@@ -55,7 +55,7 @@ namespace OpenGEX {
 } // Namespace openGEX
 } // Namespace Assimp
 
-#endif ASSIMP_BUILD_NO_OPENGEX_IMPORTER
+#endif // ASSIMP_BUILD_NO_OPENGEX_IMPORTER
 
 #endif // AI_OPENGEX_EXPORTER_H