mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-25 19:30:11 +01:00
linker: Add a missing space in an error message
Reviewed-by: Brian Paul <brianp@vmware.com>
This commit is contained in:
parent
d5b1731178
commit
352f8f2d13
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue