mirror of
https://github.com/reactos/reactos.git
synced 2025-05-06 10:28:45 +00:00
Add a \n so the output under linux looks correct. Every other printf had a \n, no idea why this one didn't.
svn path=/trunk/; revision=22901
This commit is contained in:
parent
be4f6702f4
commit
70cd383c59
1 changed files with 1 additions and 1 deletions
|
@ -85,7 +85,7 @@ find_and_print_offset (
|
|||
else
|
||||
{
|
||||
PROSSYM_ENTRY e = &Entries[i];
|
||||
printf ( "%s:%lu (%s)",
|
||||
printf ( "%s:%lu (%s)\n",
|
||||
&Strings[e->FileOffset],
|
||||
e->SourceLine,
|
||||
&Strings[e->FunctionOffset] );
|
||||
|
|
Loading…
Reference in a new issue