]> git.pond.sub.org Git - empserver/commitdiff
(do_plague): Remove the carriage return.
authorRon Koenderink <rkoenderink@yahoo.ca>
Sun, 12 Dec 2004 19:46:28 +0000 (19:46 +0000)
committerRon Koenderink <rkoenderink@yahoo.ca>
Sun, 12 Dec 2004 19:46:28 +0000 (19:46 +0000)
src/lib/update/plague.c

index 4fd782c557b940dc15239ee5d398844381ccabce..b0d5be9a6c62275ee2bc95543e865a838e7d155f 100644 (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;\r
+    int pstage, ptime;
     int n;
 
     if (opt_NO_PLAGUE)         /* no plague nothing to do */