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:
parent
826aae15a2
commit
cc9ce65d96
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue