diff options
author | Teresa Johnson <tejohnson@google.com> | 2013-09-17 14:26:44 +0000 |
---|---|---|
committer | Teresa Johnson <tejohnson@gcc.gnu.org> | 2013-09-17 14:26:44 +0000 |
commit | 753b9bc3bbc3b1b514fbd92a8e862abc616792a2 (patch) | |
tree | 3307af272f121884b57a1df1e70b7fee2947e134 /gcc/coverage.c | |
parent | e3d3cfb4a5ac9560c78662c36568fde2675b201f (diff) | |
download | gcc-753b9bc3bbc3b1b514fbd92a8e862abc616792a2.zip gcc-753b9bc3bbc3b1b514fbd92a8e862abc616792a2.tar.gz gcc-753b9bc3bbc3b1b514fbd92a8e862abc616792a2.tar.bz2 |
coverage.c (get_coverage_counts): Add missing newline.
2013-09-17 Teresa Johnson <tejohnson@google.com>
* coverage.c (get_coverage_counts): Add missing newline.
From-SVN: r202654
Diffstat (limited to 'gcc/coverage.c')
-rw-r--r-- | gcc/coverage.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/coverage.c b/gcc/coverage.c index e25c942..9bc23c4 100644 --- a/gcc/coverage.c +++ b/gcc/coverage.c @@ -347,7 +347,7 @@ get_coverage_counts (unsigned counter, unsigned expected, if (!warned++ && dump_enabled_p ()) dump_printf_loc (MSG_OPTIMIZED_LOCATIONS, input_location, (flag_guess_branch_prob - ? "file %s not found, execution counts estimated" + ? "file %s not found, execution counts estimated\n" : "file %s not found, execution counts assumed to " "be zero\n"), da_file_name); |