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

Signed-off-by: Francois Gouget <fgouget@free.fr>
Signed-off-by: Henri Verbeet <hverbeet@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
Francois Gouget 2021-10-20 16:39:44 +02:00 committed by Alexandre Julliard
parent d4f8d13b09
commit facd463f0e
1 changed files with 1 additions and 1 deletions

View File

@ -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;
}