Francois Gouget : windows.gaming.input: Add a linefeed to a TRACE() message.

Alexandre Julliard julliard at winehq.org
Mon Mar 7 16:04:56 CST 2022


Module: wine
Branch: master
Commit: ea79e50f9827bddd6920f8f520c6e7732de1ecec
URL:    https://source.winehq.org/git/wine.git/?a=commit;h=ea79e50f9827bddd6920f8f520c6e7732de1ecec

Author: Francois Gouget <fgouget at free.fr>
Date:   Mon Mar  7 15:38:32 2022 +0100

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

Signed-off-by: Francois Gouget <fgouget at free.fr>
Signed-off-by: Rémi Bernon <rbernon at codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

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




More information about the wine-cvs mailing list