0
0
mirror of https://gitlab.winehq.org/wine/vkd3d.git synced 2025-04-13 05:43:18 -07:00

libs/vkd3d: Add trailing newline to WARN() message in d3d12_command_list_begin_render_pass().

This commit is contained in:
Józef Kucia
2017-06-07 12:04:33 +02:00
parent e0c9692c5e
commit ec4ab656df

@ -1573,7 +1573,7 @@ static bool d3d12_command_list_begin_render_pass(struct d3d12_command_list *list
if (!list->state) if (!list->state)
{ {
WARN("Pipeline state is NULL."); WARN("Pipeline state is NULL.\n");
return false; return false;
} }