(do_plague): Remove the carriage return.

This commit is contained in:
Ron Koenderink 2004-12-12 19:46:28 +00:00
parent 4a6346b0df
commit e7f67071db

View file

@ -52,7 +52,7 @@ static int infect_people(struct natstr *, struct sctstr *);
void
do_plague(struct sctstr *sp, struct natstr *np, int etu)
{
int pstage, ptime;
int pstage, ptime;
int n;
if (opt_NO_PLAGUE) /* no plague nothing to do */