aboutsummaryrefslogtreecommitdiffstats
path: root/FICS/board.c
diff options
context:
space:
mode:
Diffstat (limited to 'FICS/board.c')
-rw-r--r--FICS/board.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/FICS/board.c b/FICS/board.c
index ccd5880..56c2fa2 100644
--- a/FICS/board.c
+++ b/FICS/board.c
@@ -40,8 +40,8 @@
#define IsMachineStyle(n) (((1 << (n)) & mach_type) != 0)
-PUBLIC char *wpstring[] = {" ", "P", "N", "B", "R", "Q", "K"};
-PUBLIC char *bpstring[] = {" ", "p", "n", "b", "r", "q", "k"};
+PUBLIC char *wpstring[] = {" ", "P", "N", "B", "R", "Q", "K"};
+PUBLIC char *bpstring[] = {" ", "p", "n", "b", "r", "q", "k"};
PUBLIC int pieceValues[7] = {0, 1, 3, 3, 5, 9, 0};