]> sourceware.org Git - newlib-cygwin.git/commitdiff
Remove \n from debug_printf
authorChristopher Faylor <me@cgf.cx>
Wed, 9 Mar 2005 20:08:29 +0000 (20:08 +0000)
committerChristopher Faylor <me@cgf.cx>
Wed, 9 Mar 2005 20:08:29 +0000 (20:08 +0000)
winsup/cygwin/cygtls.cc

index 29047dff59b97403a7a865b23729e2ac26dc4661..47d03b669927a98244f37c847a424651ba0b512b 100644 (file)
@@ -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
This page took 0.033289 seconds and 5 git commands to generate.