From 603ccb01beefc08f554e59786b45cb8f856334f9 Mon Sep 17 00:00:00 2001 From: Markus Uhlin Date: Sun, 24 Dec 2023 01:03:01 +0100 Subject: Added alignment --- FICS/board.c | 4 ++-- 1 file 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}; -- cgit v1.2.3