From 6e7421a3ba0318e730e6fafb77e5d60c25edd21a Mon Sep 17 00:00:00 2001 From: Jacob Nevins Date: Mon, 30 May 2005 11:49:08 +0000 Subject: [PATCH] Nit: "warning: extra tokens at end of #endif directive" [originally from svn r5860] --- mines.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mines.c b/mines.c index e6c65ea..3c06b53 100644 --- a/mines.c +++ b/mines.c @@ -1023,7 +1023,7 @@ static int minesolve(int w, int h, int n, char *grid, #ifdef SOLVER_DIAGNOSTICS printf("trying a set combination with %d %d\n", squaresleft, minesleft); -#endif SOLVER_DIAGNOSTICS +#endif /* SOLVER_DIAGNOSTICS */ /* * We've reached the end. See if we've got