summaryrefslogtreecommitdiff
path: root/src/render/shaders/shaderprogram.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/render/shaders/shaderprogram.cpp')
-rw-r--r--src/render/shaders/shaderprogram.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/render/shaders/shaderprogram.cpp b/src/render/shaders/shaderprogram.cpp
index e334b4a7e..f62f3bbc0 100644
--- a/src/render/shaders/shaderprogram.cpp
+++ b/src/render/shaders/shaderprogram.cpp
@@ -25,7 +25,7 @@
#include "render/opengl/mgl.h"
#ifdef __native_client__
#include "render/opengl/naclglfunctions.h"
-#endif
+#endif // __native_client__
#include "render/shaders/shader.h"