diff --git a/src/common/gamecode/report.c b/src/common/gamecode/report.c index 778502ba3..60cfb56e3 100644 --- a/src/common/gamecode/report.c +++ b/src/common/gamecode/report.c @@ -2834,7 +2834,7 @@ reports(void) if (!nonr && f->options & wants_report) fprintf(shfp, - " \\\n\t\"text/plain\" \"Report\" turn, %d-%s.nr", + " \\\n\t\"text/plain\" \"Report\" %d-%s.nr", turn, factionid(f)); if (!nocr && (f->options & wants_computer_report || f->age<3))