From 9b3e651e9fd0fd527d1783015c3d6c05372b2b7e Mon Sep 17 00:00:00 2001 From: Enno Rehling Date: Sat, 12 Jan 2019 08:05:05 +0100 Subject: [PATCH] missing newline --- src/report.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/report.c b/src/report.c index fd73f6369..ffd6baf15 100644 --- a/src/report.c +++ b/src/report.c @@ -1179,6 +1179,7 @@ static void statistics(struct stream *out, const region * r, const faction * f) m = msg_message("nr_stat_header", "region", r); nr_render(m, f->locale, buf, sizeof(buf), f); msg_release(m); + newline(out); paragraph(out, buf, 0, 0, 0); newline(out);