aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--FICS/formula.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/FICS/formula.c b/FICS/formula.c
index 15dff2e..7ce1ff8 100644
--- a/FICS/formula.c
+++ b/FICS/formula.c
@@ -347,7 +347,7 @@ FUDGE_FACTOR);
int
ScanForNumber(game *g, int clause, int *i, int op_type, int *token, int eval)
{
- char *string = GetPlayersFormula (&parray[g->black], clause);
+ char *string = GetPlayersFormula(&parray[g->black], clause);
char c;
int ret;