diff options
Diffstat (limited to 'FICS')
-rw-r--r-- | FICS/formula.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/FICS/formula.c b/FICS/formula.c index 26cbbce..4839f0f 100644 --- a/FICS/formula.c +++ b/FICS/formula.c @@ -555,7 +555,7 @@ SetValidFormula(int p, int clause, char *string) g.rated = me->rated; g.type = TYPE_BLITZ; - err = CheckFormula (&g, clause, &index, OPTYPE_NONE, &ret, 0); + err = CheckFormula(&g, clause, &index, OPTYPE_NONE, &ret, 0); if (err != ERR_NONE) { /* Bad formula -- reset it. */ |