From 8417ef31d6b72802c7f80db78a39f97c48b96808 Mon Sep 17 00:00:00 2001 From: Markus Uhlin Date: Wed, 27 Dec 2023 23:28:34 +0100 Subject: ExplainFormula: lined up the vars --- FICS/formula.c | 8 ++++---- 1 file 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); -- cgit v1.2.3