Add \n in failure message.

MERGE TO STABLE


git-svn-id: svn://svn.valgrind.org/valgrind/trunk@1571 a5019735-40e9-0310-863c-91ae7b9d1cf9
diff --git a/coregrind/vg_mylibc.c b/coregrind/vg_mylibc.c
index a7ff0be..115949e 100644
--- a/coregrind/vg_mylibc.c
+++ b/coregrind/vg_mylibc.c
@@ -1084,7 +1084,7 @@
    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);
 }