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);