]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Add \n in failure message.
authorJulian Seward <jseward@acm.org>
Sun, 27 Apr 2003 23:46:21 +0000 (23:46 +0000)
committerJulian Seward <jseward@acm.org>
Sun, 27 Apr 2003 23:46:21 +0000 (23:46 +0000)
MERGE TO STABLE

git-svn-id: svn://svn.valgrind.org/valgrind/trunk@1571

coregrind/vg_mylibc.c

index a7ff0be9250a9ed4ebe00d47034754ffdda85daf..115949e0ead1b40c37544d76e5dea53c2af5ffe0 100644 (file)
@@ -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);
 }