aboutsummaryrefslogtreecommitdiffstats
path: root/FICS/board.c
diff options
context:
space:
mode:
Diffstat (limited to 'FICS/board.c')
-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)) {