aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Hunt <mph@FreeBSD.org>2000-02-27 23:02:47 +0000
committerMatthew Hunt <mph@FreeBSD.org>2000-02-27 23:02:47 +0000
commit5ec05cafaee4f6ef472136b1169d52bbb27ac2e5 (patch)
treeed009601760f162a2980041bc914b5329ca4ddf4
parent9ed4542b62263a00906c9734a7d7510910b8686a (diff)
Notes
-rw-r--r--games/atc/input.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/games/atc/input.c b/games/atc/input.c
index 0becdf6f8f0d..88eb603ac5ee 100644
--- a/games/atc/input.c
+++ b/games/atc/input.c
@@ -59,7 +59,7 @@ static const char rcsid[] =
#define MAXRULES 6
#define MAXDEPTH 15
-#define RETTOKEN '\n'
+#define RETTOKEN '\r'
#ifdef SYSV
#define CRTOKEN '\r'
#endif