diff options
| author | Jacob Nevins <jacobn@chiark.greenend.org.uk> | 2005-05-30 11:49:08 +0000 |
|---|---|---|
| committer | Jacob Nevins <jacobn@chiark.greenend.org.uk> | 2005-05-30 11:49:08 +0000 |
| commit | 6e7421a3ba0318e730e6fafb77e5d60c25edd21a (patch) | |
| tree | ab0df93b8e7105307b7a53de1075367b91addc4c | |
| parent | 6b9e690c89973e8e98de7dfc768849f0b8b411a0 (diff) | |
| download | puzzles-6e7421a3ba0318e730e6fafb77e5d60c25edd21a.zip puzzles-6e7421a3ba0318e730e6fafb77e5d60c25edd21a.tar.gz puzzles-6e7421a3ba0318e730e6fafb77e5d60c25edd21a.tar.bz2 puzzles-6e7421a3ba0318e730e6fafb77e5d60c25edd21a.tar.xz | |
Nit: "warning: extra tokens at end of #endif directive"
[originally from svn r5860]
| -rw-r--r-- | mines.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |