From c8c2a6fe58b6d4e60ebb4875dba06ea7ac31844b Mon Sep 17 00:00:00 2001 From: Enno Rehling Date: Tue, 13 Aug 2019 17:42:45 +0200 Subject: [PATCH] 2587: Trennlinie vor Allianzstatus und Adressliste. https://bugs.eressea.de/view.php?id=2587 --- src/report.c | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/report.c b/src/report.c index 06b8fa7fd..e73760229 100644 --- a/src/report.c +++ b/src/report.c @@ -1592,6 +1592,8 @@ static void allies(struct stream *out, const faction * f) const group *g = f->groups; char prefix[64]; + rpline(out); + newline(out); centre(out, LOC(f->locale, "nr_alliances"), false); newline(out); @@ -1678,6 +1680,8 @@ static void list_address(struct stream *out, const faction * uf, selist * seenfa int qi = 0; selist *flist = seenfactions; + rpline(out); + newline(out); centre(out, LOC(uf->locale, "nr_addresses"), false); newline(out);