summaryrefslogtreecommitdiff
path: root/games
diff options
context:
space:
mode:
authorkstailey <kstailey@cvs.openbsd.org>1997-08-19 02:54:41 +0000
committerkstailey <kstailey@cvs.openbsd.org>1997-08-19 02:54:41 +0000
commit47a6a60b2ec3ee9be4e0f2019af5e8ce24e2e808 (patch)
tree0224846d4d94efcc2971099652f834edb21e51da /games
parentcaf97e3f8b5038914f3ff3e55526408979ed459b (diff)
bc -> le
Diffstat (limited to 'games')
-rw-r--r--games/backgammon/common_source/fancy.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/games/backgammon/common_source/fancy.c b/games/backgammon/common_source/fancy.c
index cb7818fa9d9..0c06012d84b 100644
--- a/games/backgammon/common_source/fancy.c
+++ b/games/backgammon/common_source/fancy.c
@@ -65,7 +65,7 @@ int *linect; /* array of lengths of lines on screen
(the actual screen is not stored) */
/* two letter codes */
-char tcap[] = "bccdceclcmhomcmlndup";
+char tcap[] = "lecdceclcmhomcmlndup";
/* corresponding strings */
char **tstr[] = { &BC, &CD, &CE, &CL, &CM, &HO, &MC, &ML, &ND, &UP };