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

Signed-off-by: Francois Gouget <fgouget@free.fr>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
Francois Gouget 2019-08-08 15:25:19 +02:00 committed by Alexandre Julliard
parent 826aae15a2
commit cc9ce65d96
1 changed files with 1 additions and 1 deletions

View File

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