From e7f67071db4269f636518f5ca7eb1699de70c4de Mon Sep 17 00:00:00 2001 From: Ron Koenderink Date: Sun, 12 Dec 2004 19:46:28 +0000 Subject: [PATCH] (do_plague): Remove the carriage return. --- src/lib/update/plague.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/update/plague.c b/src/lib/update/plague.c index 4fd782c5..b0d5be9a 100644 --- a/src/lib/update/plague.c +++ b/src/lib/update/plague.c @@ -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 */