From: Richard Allen Date: Sun, 9 Feb 2025 16:48:58 +0000 (-0600) Subject: gprof: add missing newline to error text X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=7fca0dec79833b811143524915fff1198bbc57a1;p=thirdparty%2Fbinutils-gdb.git gprof: add missing newline to error text Signed-off-by: Richard Allen --- diff --git a/gprof/hist.c b/gprof/hist.c index a8413d4e4aa..36393ef3b68 100644 --- a/gprof/hist.c +++ b/gprof/hist.c @@ -155,7 +155,7 @@ read_histogram_header (histogram *record, if (fabs (hist_scale - n_hist_scale) > 0.000001) { fprintf (stderr, - _("%s: different scales in histogram records"), + _("%s: different scales in histogram records\n"), whoami); done (1); }