Remove \n from calls to strace class printfs throughout.

This commit is contained in:
Christopher Faylor
2002-09-30 04:35:18 +00:00
parent da77b2c84c
commit f70389b541
17 changed files with 54 additions and 50 deletions

View File

@ -188,7 +188,7 @@ dll_list::detach (dll *d)
return;
if (d->count <= 0)
system_printf ("WARNING: try to detach an already detached dll ...\n");
system_printf ("WARNING: try to detach an already detached dll ...");
else if (--d->count == 0)
{
d->p.run_dtors ();