diff options
author | Christopher Faylor <me@cgf.cx> | 2005-03-09 20:08:29 +0000 |
---|---|---|
committer | Christopher Faylor <me@cgf.cx> | 2005-03-09 20:08:29 +0000 |
commit | 82518b7c544280507f702763308524284464bedf (patch) | |
tree | 4052cd739cac05af43aaa3b23878f8902c9c30b8 /winsup | |
parent | 1e2ce19b96aaee9ef2074030e196564947eddb9d (diff) | |
download | cygnal-82518b7c544280507f702763308524284464bedf.tar.gz cygnal-82518b7c544280507f702763308524284464bedf.tar.bz2 cygnal-82518b7c544280507f702763308524284464bedf.zip |
Remove \n from debug_printf
Diffstat (limited to 'winsup')
-rw-r--r-- | winsup/cygwin/cygtls.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/winsup/cygwin/cygtls.cc b/winsup/cygwin/cygtls.cc index 29047dff5..47d03b669 100644 --- a/winsup/cygwin/cygtls.cc +++ b/winsup/cygwin/cygtls.cc @@ -151,7 +151,7 @@ _cygtls::fixup_after_fork () void _cygtls::remove (DWORD wait) { - debug_printf ("wait %p\n", wait); + debug_printf ("wait %p", wait); if (!locals.exitsock) return; // FIXME: Need some sort of atthreadexit function to allow things like |