[PATCH vkd3d] vkd3d: Do not append a newline to messages passed to d3d12_device_mark_as_removed().

Zebediah Figura zfigura at codeweavers.com
Fri Aug 13 16:37:44 CDT 2021


Signed-off-by: Zebediah Figura <zfigura at codeweavers.com>
---
 libs/vkd3d/command.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/libs/vkd3d/command.c b/libs/vkd3d/command.c
index f9ae3d44..bbb832ec 100644
--- a/libs/vkd3d/command.c
+++ b/libs/vkd3d/command.c
@@ -5865,7 +5865,7 @@ static void STDMETHODCALLTYPE d3d12_command_queue_ExecuteCommandLists(ID3D12Comm
         if (cmd_list->is_recording)
         {
             d3d12_device_mark_as_removed(command_queue->device, DXGI_ERROR_INVALID_CALL,
-                    "Command list %p is in recording state.\n", command_lists[i]);
+                    "Command list %p is in recording state.", command_lists[i]);
             vkd3d_free(buffers);
             return;
         }
-- 
2.32.0




More information about the wine-devel mailing list