weg mit doppelter leerzeile bei reportausgabe

This commit is contained in:
Enno Rehling 2005-04-27 21:42:14 +00:00
parent 8fd95421ca
commit 43add26d80
1 changed files with 0 additions and 1 deletions

View File

@ -2958,7 +2958,6 @@ reports(void)
fprintf(BAT, ". %s.sh %s\n", factionid(f), f->email); fprintf(BAT, ". %s.sh %s\n", factionid(f), f->email);
fclose(shfp); fclose(shfp);
} }
putc('\n', stdout);
} }
str = get_param(global.parameters, "globalreport"); str = get_param(global.parameters, "globalreport");