From f70389b541c72c3022a63a86603526644c75102a Mon Sep 17 00:00:00 2001 From: Christopher Faylor Date: Mon, 30 Sep 2002 04:35:18 +0000 Subject: Remove \n from calls to strace class printfs throughout. --- winsup/cygwin/times.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'winsup/cygwin/times.cc') diff --git a/winsup/cygwin/times.cc b/winsup/cygwin/times.cc index 635d89268..06a98dde4 100644 --- a/winsup/cygwin/times.cc +++ b/winsup/cygwin/times.cc @@ -40,7 +40,7 @@ __to_clock_t (FILETIME * src, int flag) total -= FACTOR; total /= (unsigned long long) (NSPERSEC / CLOCKS_PER_SEC); - syscall_printf ("total %08x %08x\n", (unsigned)(total>>32), (unsigned)(total)); + syscall_printf ("total %08x %08x", (unsigned)(total>>32), (unsigned)(total)); return total; } -- cgit v1.2.3