]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Remove spurious \n in message.
authorJulian Seward <jseward@acm.org>
Sun, 15 Dec 2002 13:35:40 +0000 (13:35 +0000)
committerJulian Seward <jseward@acm.org>
Sun, 15 Dec 2002 13:35:40 +0000 (13:35 +0000)
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@1382

coregrind/vg_memory.c

index 9e5b7d690007d5a29a72a94abd473bf4c56d1bb6..4ae676d131eb1061e89abea7338b33e9fe34f340 100644 (file)
@@ -804,7 +804,7 @@ void VG_(generic_detect_memory_leaks) (
    if (vglc_n_shadows == 0) {
       sk_assert(vglc_shadows == NULL);
       VG_(message)(Vg_UserMsg, 
-                   "No malloc'd blocks -- no leaks are possible.\n");
+                   "No malloc'd blocks -- no leaks are possible.");
       return;
    }