X-Git-Url: https://git.distorted.org.uk/~mdw/sgt/puzzles/blobdiff_plain/2c93e23bba5ad4f2592cedb685c99585d46e505a..50ff573008fcfcc1cf1e9c071d36f5c84e2684dc:/midend.c diff --git a/midend.c b/midend.c index abae474..bd5d810 100644 --- a/midend.c +++ b/midend.c @@ -578,7 +578,7 @@ static char *midend_game_id_int(midend_data *me, char *id, int defmode) seed = NULL; } else if (seed && (!desc || seed < desc)) { /* - * We have a colon separating parameters from random seed. + * We have a hash separating parameters from random seed. * So `par' now points to the parameters string, and `seed' * to the seed string. */