aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--FICS/board.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/FICS/board.h b/FICS/board.h
index 6e77774..99c55d6 100644
--- a/FICS/board.h
+++ b/FICS/board.h
@@ -108,8 +108,8 @@ typedef struct _move_t {
#define MoveToHalfMove( gs ) ((((gs)->moveNum - 1) * 2) + (((gs)->onMove == WHITE) ? 0 : 1))
-extern char *wpstring[];
-extern char *bpstring[];
+extern char *wpstring[];
+extern char *bpstring[];
extern int pieceValues[7];