From: Jacob Nevins Date: Mon, 30 May 2005 11:49:08 +0000 (+0000) Subject: Nit: "warning: extra tokens at end of #endif directive" X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ian/git?p=sgt-puzzles.git;a=commitdiff_plain;h=6e7421a3ba0318e730e6fafb77e5d60c25edd21a Nit: "warning: extra tokens at end of #endif directive" [originally from svn r5860] --- 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