From dc28746269976bfd39835bb68bd6bf6d2107eea9 Mon Sep 17 00:00:00 2001 From: Kim Kulling Date: Fri, 3 Jul 2015 16:11:31 +0200 Subject: [PATCH] Compiler warning: fix missing commend block. --- code/OpenGEXExporter.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/OpenGEXExporter.h b/code/OpenGEXExporter.h index 8d0951d9e..e7e784490 100644 --- a/code/OpenGEXExporter.h +++ b/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