mirror of
git://git.tartarus.org/simon/puzzles.git
synced 2025-04-21 08:01:30 -07:00
James Harvey points out a missing ifdef.
[originally from svn r6058]
This commit is contained in:
2
pegs.c
2
pegs.c
@ -486,7 +486,9 @@ static void pegs_generate(unsigned char *grid, int w, int h, random_state *rs)
|
||||
printf("insufficient extent; trying again\n");
|
||||
#endif
|
||||
}
|
||||
#ifdef GENERATION_DIAGNOSTICS
|
||||
fflush(stdout);
|
||||
#endif
|
||||
}
|
||||
|
||||
/* ----------------------------------------------------------------------
|
||||
|
Reference in New Issue
Block a user