From 472deca37cef4e5f5c8cd865406fab71a44d0668 Mon Sep 17 00:00:00 2001 From: Simon Tatham Date: Mon, 15 Jan 2007 20:07:18 +0000 Subject: Patch from James H to fix the occasional generation of puzzles harder than requested. [originally from svn r7113] --- latin.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'latin.h') diff --git a/latin.h b/latin.h index f312cf9..decf2d7 100644 --- a/latin.h +++ b/latin.h @@ -86,7 +86,7 @@ int latin_solver_diff_simple(struct latin_solver *solver); * the more difficult single-number elimination. */ int latin_solver_diff_set(struct latin_solver *solver, struct latin_solver_scratch *scratch, - int *extreme); + int extreme); typedef int (latin_solver_callback)(digit *, int, int, void*); /* Use to provide a standard way of dealing with solvers which can recurse; -- cgit v1.1