chiark / gitweb /
changelog: document last change
[sgt-puzzles.git] / towers.c
index a3a7e55a45f01166932ad7ca0b5f42df06ca20a7..656b8ad338532be40e82a919812a9bd719ee7ee0 100644 (file)
--- a/towers.c
+++ b/towers.c
@@ -388,12 +388,12 @@ static int solver_easy(struct latin_solver *solver, void *vctx)
            return ret;
 
 #ifdef STANDALONE_SOLVER
-           if (solver_show_working)
-               sprintf(prefix, "%*slower bounds for clue %s %d:\n",
-                       solver_recurse_depth*4, "",
-                       cluepos[c/w], c%w+1);
-           else
-               prefix[0] = '\0';              /* placate optimiser */
+       if (solver_show_working)
+           sprintf(prefix, "%*slower bounds for clue %s %d:\n",
+                   solver_recurse_depth*4, "",
+                   cluepos[c/w], c%w+1);
+       else
+           prefix[0] = '\0';          /* placate optimiser */
 #endif
 
        i = 0;