From: Julian Seward Date: Sat, 30 Dec 2006 17:56:32 +0000 (+0000) Subject: Remove redundant \n X-Git-Tag: svn/VALGRIND_3_3_0~451 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=169129638f53a5fecff71eaf9cb60568cb5db9a9;p=thirdparty%2Fvalgrind.git Remove redundant \n git-svn-id: svn://svn.valgrind.org/valgrind/trunk@6460 --- diff --git a/coregrind/m_main.c b/coregrind/m_main.c index 4b267cdcd6..f1375381fd 100644 --- a/coregrind/m_main.c +++ b/coregrind/m_main.c @@ -897,7 +897,7 @@ static void print_preamble(Bool logging_to_fd, const char* toolname) ); VG_(message)( Vg_DebugMsg, - "Page sizes: currently %d, max supported %d\n", + "Page sizes: currently %d, max supported %d", (Int)VKI_PAGE_SIZE, (Int)VKI_MAX_PAGE_SIZE ); VG_(message)(Vg_DebugMsg, "Valgrind library directory: %s", VG_(libdir));