commit | 352f8f2d1398f32934f9f8cf0eb4b5c6fd9f763e | [log] [tgz] |
---|---|---|
author | Neil Roberts <neil@linux.intel.com> | Thu Nov 13 15:31:44 2014 +0000 |
committer | Neil Roberts <neil@linux.intel.com> | Thu Nov 13 16:46:12 2014 +0000 |
tree | 84f6c07de4a4e9ffbe11345b1b0c819be3febcba | |
parent | d5b1731178378b3d828c74368f6bfe85edc10618 [diff] [blame] |
linker: Add a missing space in an error message Reviewed-by: Brian Paul <brianp@vmware.com>
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 @@ * 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;