mirror of
git://git.tartarus.org/simon/puzzles.git
synced 2025-04-21 16:05:44 -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");
|
printf("insufficient extent; trying again\n");
|
||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
|
#ifdef GENERATION_DIAGNOSTICS
|
||||||
fflush(stdout);
|
fflush(stdout);
|
||||||
|
#endif
|
||||||
}
|
}
|
||||||
|
|
||||||
/* ----------------------------------------------------------------------
|
/* ----------------------------------------------------------------------
|
||||||
|
Reference in New Issue
Block a user