Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristopher Faylor <me@cgf.cx>2002-09-30 08:35:18 +0400
committerChristopher Faylor <me@cgf.cx>2002-09-30 08:35:18 +0400
commitf70389b541c72c3022a63a86603526644c75102a (patch)
tree1c52fb4bb4949d3c187373cbf186d165aba488ef /winsup/cygwin/dll_init.cc
parentda77b2c84c6d5ea5ff4fa7d7dcbbd85db105a15f (diff)
Remove \n from calls to strace class printfs throughout.
Diffstat (limited to 'winsup/cygwin/dll_init.cc')
-rw-r--r--winsup/cygwin/dll_init.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/winsup/cygwin/dll_init.cc b/winsup/cygwin/dll_init.cc
index 51441ab39..ea4265ee5 100644
--- a/winsup/cygwin/dll_init.cc
+++ b/winsup/cygwin/dll_init.cc
@@ -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 ();