[PATCH] ntdll: Add a trailing '\n' to a TRACE().

Francois Gouget fgouget at free.fr
Thu Aug 8 08:25:19 CDT 2019


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

diff --git a/dlls/ntdll/signal_x86_64.c b/dlls/ntdll/signal_x86_64.c
index 94412302152..886d69790d0 100644
--- a/dlls/ntdll/signal_x86_64.c
+++ b/dlls/ntdll/signal_x86_64.c
@@ -4470,7 +4470,7 @@ USHORT WINAPI RtlCaptureStackBackTrace( ULONG skip, ULONG count, PVOID *buffer,
     ULONG i;
     USHORT num_entries = 0;
 
-    TRACE( "(%u, %u, %p, %p)", skip, count, buffer, hash );
+    TRACE( "(%u, %u, %p, %p)\n", skip, count, buffer, hash );
 
     RtlCaptureContext( &context );
     dispatch.TargetIp      = 0;
-- 
2.20.1




More information about the wine-devel mailing list