James Harvey points out a missing ifdef.

[originally from svn r6058]
This commit is contained in:
Simon Tatham
2005-07-05 12:03:56 +00:00
parent 74c4a6bf27
commit a4e3d69de2

2
pegs.c
View File

@ -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
} }
/* ---------------------------------------------------------------------- /* ----------------------------------------------------------------------