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/backgammon | |
parent | ec11c0c45f17c8fcab3c1dcd043b3cd0b55c4c82 (diff) |
tabify
Diffstat (limited to 'games/backgammon')
-rw-r--r-- | games/backgammon/common_source/subs.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/backgammon/common_source/subs.c b/games/backgammon/common_source/subs.c index 901071586bf..b85d2b4e394 100644 --- a/games/backgammon/common_source/subs.c +++ b/games/backgammon/common_source/subs.c @@ -372,7 +372,7 @@ register char ***arg; if (s[0][2] == 'b') bflag = 0; } - i++; /* Blindly skip next char */ + i++; /* Blindly skip next char */ break; /* use spec'd term from /etc/termcap */ |