aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarkus Uhlin <markus@nifty-networks.net>2023-12-27 23:28:34 +0100
committerMarkus Uhlin <markus@nifty-networks.net>2023-12-27 23:28:34 +0100
commit8417ef31d6b72802c7f80db78a39f97c48b96808 (patch)
treea2b6bf6b5cb30faf9931c34db3a1ada325727b54
parent984be699b2e944b6bb19b73f59c8bbd6bc00ef28 (diff)
ExplainFormula: lined up the vars
-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);