Commit ea61d596 authored by Francois Gouget's avatar Francois Gouget Committed by Alexandre Julliard

wined3d: Remove an unwanted trailing '\n' in shader_dump_register().

parent 5a4f3b47
......@@ -1037,7 +1037,7 @@ static void shader_dump_register(const struct wined3d_shader_register *reg,
reg->immconst_data[2], reg->immconst_data[3]);
break;
default:
TRACE("<unhandled data type %#x>\n", reg->data_type);
TRACE("<unhandled data type %#x>", reg->data_type);
break;
}
break;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment