Commit cc9ce65d authored by Francois Gouget's avatar Francois Gouget Committed by Alexandre Julliard

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

parent 826aae15
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment