diff options
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 */ |