aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarkus Uhlin <markus@nifty-networks.net>2024-04-13 23:43:54 +0200
committerMarkus Uhlin <markus@nifty-networks.net>2024-04-13 23:43:54 +0200
commitc44852ab9ede6181000c5a0b5237127c2c4acc70 (patch)
tree08bc6f56656dba27d4e5a669fdd0e1a77513dab8
parentd608268a7cb9be6f7f96f5295f7d4066f79e07f2 (diff)
Deleted gap
-rw-r--r--FICS/board.c2
1 files changed, 1 insertions, 1 deletions
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)) {