Module: Mesa
Branch: master
Commit: 352f8f2d1398f32934f9f8cf0eb4b5c6fd9f763e
URL:    
http://cgit.freedesktop.org/mesa/mesa/commit/?id=352f8f2d1398f32934f9f8cf0eb4b5c6fd9f763e

Author: Neil Roberts <n...@linux.intel.com>
Date:   Thu Nov 13 15:31:44 2014 +0000

linker: Add a missing space in an error message

Reviewed-by: Brian Paul <bri...@vmware.com>

---

 src/glsl/linker.cpp |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/glsl/linker.cpp b/src/glsl/linker.cpp
index bd2aa3c..41d6a82 100644
--- a/src/glsl/linker.cpp
+++ b/src/glsl/linker.cpp
@@ -2411,7 +2411,7 @@ reserve_explicit_locations(struct gl_shader_program *prog,
           *     or linker error will be generated."
           */
          linker_error(prog,
-                      "location qualifier for uniform %s overlaps"
+                      "location qualifier for uniform %s overlaps "
                       "previously used location",
                       var->name);
          return false;

_______________________________________________
mesa-commit mailing list
mesa-commit@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/mesa-commit

Reply via email to