missing newline

This commit is contained in:
Enno Rehling 2019-01-12 08:05:05 +01:00
parent b5624e6a8a
commit 9b3e651e9f
1 changed files with 1 additions and 0 deletions

View File

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