projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d5b1731
)
linker: Add a missing space in an error message
author
Neil Roberts
<neil@linux.intel.com>
Thu, 13 Nov 2014 15:31:44 +0000
(15:31 +0000)
committer
Neil Roberts
<neil@linux.intel.com>
Thu, 13 Nov 2014 16:46:12 +0000
(16:46 +0000)
Reviewed-by: Brian Paul <brianp@vmware.com>
src/glsl/linker.cpp
patch
|
blob
|
history
diff --git
a/src/glsl/linker.cpp
b/src/glsl/linker.cpp
index bd2aa3cedf03c7c81ed21a9bb0194fea2f2ffdd6..41d6a82cf718b395551897ed3f8e458ebfc66074 100644
(file)
--- 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;