Nit: "warning: extra tokens at end of #endif directive"

[originally from svn r5860]
This commit is contained in:
Jacob Nevins
2005-05-30 11:49:08 +00:00
parent 6b9e690c89
commit 6e7421a3ba

View File

@ -1023,7 +1023,7 @@ static int minesolve(int w, int h, int n, char *grid,
#ifdef SOLVER_DIAGNOSTICS #ifdef SOLVER_DIAGNOSTICS
printf("trying a set combination with %d %d\n", printf("trying a set combination with %d %d\n",
squaresleft, minesleft); squaresleft, minesleft);
#endif SOLVER_DIAGNOSTICS #endif /* SOLVER_DIAGNOSTICS */
/* /*
* We've reached the end. See if we've got * We've reached the end. See if we've got