Commit 1457ebf9 by Richard Sandiford Committed by Richard Sandiford

* gcov.c (function_summary): Add missing \n.

From-SVN: r85258
parent 312209c6
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.
......
......@@ -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)
{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment