From e63e2a53b21210f015cf21be92717473c6d1c93e Mon Sep 17 00:00:00 2001 From: Markus Uhlin Date: Sun, 24 Dec 2023 00:38:28 +0100 Subject: Added alignment --- FICS/board.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'FICS') 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]; -- cgit v1.2.3