diff options
author | Markus Uhlin <markus@nifty-networks.net> | 2024-04-13 23:43:54 +0200 |
---|---|---|
committer | Markus Uhlin <markus@nifty-networks.net> | 2024-04-13 23:43:54 +0200 |
commit | c44852ab9ede6181000c5a0b5237127c2c4acc70 (patch) | |
tree | 08bc6f56656dba27d4e5a669fdd0e1a77513dab8 /FICS/board.c | |
parent | d608268a7cb9be6f7f96f5295f7d4066f79e07f2 (diff) |
Deleted gap
Diffstat (limited to 'FICS/board.c')
-rw-r--r-- | FICS/board.c | 2 |
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)) { |