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/exceptions.cc
parentda77b2c84c6d5ea5ff4fa7d7dcbbd85db105a15f (diff)
Remove \n from calls to strace class printfs throughout.
Diffstat (limited to 'winsup/cygwin/exceptions.cc')
-rw-r--r--winsup/cygwin/exceptions.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/winsup/cygwin/exceptions.cc b/winsup/cygwin/exceptions.cc
index 54c5d59e0..fa8cd634b 100644
--- a/winsup/cygwin/exceptions.cc
+++ b/winsup/cygwin/exceptions.cc
@@ -765,7 +765,7 @@ interrupt_on_return (sigthread *th, int sig, void *handler, struct sigaction& si
return 1;
}
- sigproc_printf ("couldn't find a stack frame, i %d\n", i);
+ sigproc_printf ("couldn't find a stack frame, i %d", i);
return 0;
}