From c44852ab9ede6181000c5a0b5237127c2c4acc70 Mon Sep 17 00:00:00 2001 From: Markus Uhlin Date: Sat, 13 Apr 2024 23:43:54 +0200 Subject: Deleted gap --- FICS/board.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FICS/board.c b/FICS/board.c index 643bbd0..9bd6500 100644 --- a/FICS/board.c +++ b/FICS/board.c @@ -249,7 +249,7 @@ board_to_string(char *wn, char *bn, int wt, int bt, game_state_t *b, move_t *ml, append_holding_display(bstring, sizeof bstring, b, (orientation == BLACK)); } - if (styleFuncs[style] (b, ml)) + if (styleFuncs[style](b, ml)) return NULL; if (bh) { if (IsMachineStyle(style)) { -- cgit v1.2.3