Typo in comment :-)

[originally from svn r6236]
This commit is contained in:
Simon Tatham
2005-08-29 09:14:35 +00:00
parent ea9142fbda
commit 4d6c8c7337

4
map.c
View File

@ -1239,8 +1239,8 @@ static char *new_game_desc(game_params *params, random_state *rs,
* Finally, check that the puzzle is _at least_ as hard as * Finally, check that the puzzle is _at least_ as hard as
* required, and indeed that it isn't already solved. * required, and indeed that it isn't already solved.
* (Calling map_solver with negative difficulty ensures the * (Calling map_solver with negative difficulty ensures the
* latter - if a solver which _does nothing_ can't solve * latter - if a solver which _does nothing_ can solve it,
* it, it's too easy!) * it's too easy!)
*/ */
memcpy(colouring2, colouring, n*sizeof(int)); memcpy(colouring2, colouring, n*sizeof(int));
if (map_solver(sc, graph, n, ngraph, colouring2, if (map_solver(sc, graph, n, ngraph, colouring2,