Remove \n from debug_printf

This commit is contained in:
Christopher Faylor 2005-03-09 20:08:29 +00:00
parent 1e2ce19b96
commit 82518b7c54
1 changed files with 1 additions and 1 deletions

View File

@ -151,7 +151,7 @@ _cygtls::fixup_after_fork ()
void void
_cygtls::remove (DWORD wait) _cygtls::remove (DWORD wait)
{ {
debug_printf ("wait %p\n", wait); debug_printf ("wait %p", wait);
if (!locals.exitsock) if (!locals.exitsock)
return; return;
// FIXME: Need some sort of atthreadexit function to allow things like // FIXME: Need some sort of atthreadexit function to allow things like