diff options
Diffstat (limited to 'singles.c')
| -rw-r--r-- | singles.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -64,7 +64,7 @@ #include "latin.h" #ifdef STANDALONE_SOLVER -bool verbose = false; +static bool verbose = false; #endif #define PREFERRED_TILE_SIZE 32 |