aboutsummaryrefslogtreecommitdiffstats
path: root/yage/core
diff options
context:
space:
mode:
Diffstat (limited to 'yage/core')
-rw-r--r--yage/core/glslprogram.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/yage/core/glslprogram.cpp b/yage/core/glslprogram.cpp
index c47de808..13abbba3 100644
--- a/yage/core/glslprogram.cpp
+++ b/yage/core/glslprogram.cpp
@@ -142,7 +142,7 @@ void GlslProgram::linkShaders()
std::string error_log_str((const char *)&error_log[0]);
- throw std::runtime_error("Could not link program : " + error_log_str);
+ throw std::runtime_error("Could not link program: " + error_log_str);
}
// detach shaders after successful link