glsl: Remove extra newline from error message
This commit is contained in:
parent
27477248d3
commit
0f0179b8c2
1 changed files with 1 additions and 1 deletions
|
|
@ -238,7 +238,7 @@ match_function_by_name(exec_list *instructions, const char *name,
|
|||
ir_function_signature *sig = (ir_function_signature *) node;
|
||||
|
||||
str = prototype_string(sig->return_type, f->name, &sig->parameters);
|
||||
_mesa_glsl_error(loc, state, "%s%s\n", prefix, str);
|
||||
_mesa_glsl_error(loc, state, "%s%s", prefix, str);
|
||||
ralloc_free(str);
|
||||
|
||||
prefix = " ";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue