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:
Andrew Munger 2006-07-07 16:23:44 +00:00
parent be4f6702f4
commit 70cd383c59

View file

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