[PATCH] windows.gaming.input: Add a linefeed to a TRACE() message.

Francois Gouget fgouget at free.fr
Mon Mar 7 08:38:32 CST 2022


Signed-off-by: Francois Gouget <fgouget at free.fr>
---
 dlls/windows.gaming.input/vector.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dlls/windows.gaming.input/vector.c b/dlls/windows.gaming.input/vector.c
index 918262af8e1..441c13dab4c 100644
--- a/dlls/windows.gaming.input/vector.c
+++ b/dlls/windows.gaming.input/vector.c
@@ -459,6 +459,6 @@ HRESULT vector_create( REFIID iid, REFIID view_iid, void **out )
     impl->ref = 1;
 
     *out = &impl->IVector_IInspectable_iface;
-    TRACE( "created %p", *out );
+    TRACE( "created %p\n", *out );
     return S_OK;
 }
-- 
2.30.2



More information about the wine-devel mailing list