diff options
author | kstailey <kstailey@cvs.openbsd.org> | 1997-07-23 20:05:17 +0000 |
---|---|---|
committer | kstailey <kstailey@cvs.openbsd.org> | 1997-07-23 20:05:17 +0000 |
commit | 24ebfd27177ba2d49b2fd2e9d5b5fba3df35744c (patch) | |
tree | f301459f6e2160b59f102e5506c37de2f4c48251 /games/atc | |
parent | ec11c0c45f17c8fcab3c1dcd043b3cd0b55c4c82 (diff) |
tabify
Diffstat (limited to 'games/atc')
-rw-r--r-- | games/atc/input.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/atc/input.c b/games/atc/input.c index 4eec8410001..542df807306 100644 --- a/games/atc/input.c +++ b/games/atc/input.c @@ -162,7 +162,7 @@ RULE state0[] = { { ALPHATOKEN, 1, "%c:", setplane}, { HELPTOKEN, 12, " @a<dir><ret>",NULL }}, state7[] = { { RETTOKEN, -1, "", NULL }, #ifdef SYSV - { CRTOKEN, -1, "", NULL }, + { CRTOKEN, -1, "", NULL }, #endif { HELPTOKEN, 12, " <ret>", NULL }}, state8[] = { { NUMTOKEN, 4, "%c", benum }, |