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

wined3d: Add a trailing linefeed to an ERR().

parent d4f8d13b
......@@ -2021,7 +2021,7 @@ void wined3d_unordered_access_view_vk_clear(struct wined3d_unordered_access_view
if (format_id == WINED3DFMT_UNKNOWN)
{
ERR("Unsupported format %s.", debug_d3dformat(view_format->id));
ERR("Unsupported format %s.\n", debug_d3dformat(view_format->id));
return;
}
......
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