diff --git a/src/common/gamecode/report.c b/src/common/gamecode/report.c index 2bd2fc563..64cf7269e 100644 --- a/src/common/gamecode/report.c +++ b/src/common/gamecode/report.c @@ -2083,7 +2083,7 @@ report_plaintext(const char * filename, report_context * ctx) } if (!fval(r->terrain, SEA_REGION)) { if (sh->coast != NODIRECTION) { - scat(LOC(f->locale, ", ")); + scat(", "); scat(LOC(f->locale, coasts[sh->coast])); } }