mirror of
git://git.tartarus.org/simon/puzzles.git
synced 2025-04-21 16:05:44 -07:00
Nit: "warning: extra tokens at end of #endif directive"
[originally from svn r5860]
This commit is contained in:
2
mines.c
2
mines.c
@ -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
|
||||||
|
Reference in New Issue
Block a user