From 0913f94a98373ce2c68c5bc159cc2684b1955211 Mon Sep 17 00:00:00 2001 From: Jacob Nevins Date: Tue, 17 May 2005 11:00:15 +0000 Subject: [PATCH] comment c'n'p error [originally from svn r5790] --- midend.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. */