* gcov.c (function_summary): Add missing \n.
authorrsandifo <rsandifo@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 28 Jul 2004 09:57:38 +0000 (09:57 +0000)
committerrsandifo <rsandifo@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 28 Jul 2004 09:57:38 +0000 (09:57 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@85258 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog
gcc/gcov.c

index ddea347..9a7673e 100644 (file)
@@ -1,3 +1,7 @@
+2004-07-28  Richard Sandiford  <rsandifo@redhat.com>
+
+       * gcov.c (function_summary): Add missing \n.
+
 2004-07-28  Alexandre Oliva  <aoliva@redhat.com>
 
        Introduce sh4a support.
index 6fd4969..c53c4f2 100644 (file)
@@ -1391,7 +1391,7 @@ function_summary (const coverage_t *coverage, const char *title)
             format_gcov (coverage->lines_executed, coverage->lines, 2),
             coverage->lines);
   else
-    fnotice (stdout, "No executable lines");
+    fnotice (stdout, "No executable lines\n");
 
   if (flag_branches)
     {