shithub: puzzles

Download patch

ref: 28aefee8fceeb8bd5ea6106eef986284583788dd
parent: 8c5077ee8805e81548b42f093a00f41afdcd4d54
author: Simon Tatham <anakin@pobox.com>
date: Sun Mar 12 06:57:53 EDT 2023

Galaxies: add a missing \n in a diagnostic.

--- a/galaxies.c
+++ b/galaxies.c
@@ -2184,7 +2184,7 @@
     struct recurse_ctx rctx;
 
     if (solver_recurse_depth >= MAXRECURSE) {
-        solvep(("Limiting recursion to %d, returning.", MAXRECURSE));
+        solvep(("Limiting recursion to %d, returning.\n", MAXRECURSE));
         return DIFF_UNFINISHED;
     }