aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--FICS/formula.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/FICS/formula.c b/FICS/formula.c
index 8a6ca35..9c6171d 100644
--- a/FICS/formula.c
+++ b/FICS/formula.c
@@ -593,10 +593,10 @@ ChooseClauses(player *who, char *formula)
PRIVATE void
ExplainFormula(game *g, textlist **clauses)
{
- char txt[20];
- int i, which, dummy_index, value;
- player *challenged = &parray[g->black];
- textlist **Cur = clauses;
+ char txt[20];
+ int i, which, dummy_index, value;
+ player *challenged = &parray[g->black];
+ textlist** Cur = clauses;
which = ChooseClauses(challenged, challenged->formula);