From: Julian Seward Date: Sun, 27 Apr 2003 23:46:21 +0000 (+0000) Subject: Add \n in failure message. X-Git-Tag: svn/VALGRIND_2_0_0~189 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=72e5cd5ce5d3eb03abbc86d123bf5fcea2e9894d;p=thirdparty%2Fvalgrind.git Add \n in failure message. MERGE TO STABLE git-svn-id: svn://svn.valgrind.org/valgrind/trunk@1571 --- diff --git a/coregrind/vg_mylibc.c b/coregrind/vg_mylibc.c index a7ff0be925..115949e0ea 100644 --- a/coregrind/vg_mylibc.c +++ b/coregrind/vg_mylibc.c @@ -1084,7 +1084,7 @@ static void report_and_quit ( Char* report ) VG_(printf)("If that doesn't help, please report this bug to: %s\n\n", report); VG_(printf)("In the bug report, send all the above text, the valgrind\n"); - VG_(printf)("version, and what Linux distro you are using. Thanks.\n"); + VG_(printf)("version, and what Linux distro you are using. Thanks.\n\n"); VG_(shutdown_logging)(); VG_(exit)(1); }