diff options
| author | Jacob Nevins <jacobn@chiark.greenend.org.uk> | 2005-05-17 11:00:15 +0000 |
|---|---|---|
| committer | Jacob Nevins <jacobn@chiark.greenend.org.uk> | 2005-05-17 11:00:15 +0000 |
| commit | 0913f94a98373ce2c68c5bc159cc2684b1955211 (patch) | |
| tree | 998b0152cd44694a34ddca88d2b81dd71754f5c0 | |
| parent | 6c3f422dde51d521ac8cd21fd4bd98df70217425 (diff) | |
| download | puzzles-0913f94a98373ce2c68c5bc159cc2684b1955211.zip puzzles-0913f94a98373ce2c68c5bc159cc2684b1955211.tar.gz puzzles-0913f94a98373ce2c68c5bc159cc2684b1955211.tar.bz2 puzzles-0913f94a98373ce2c68c5bc159cc2684b1955211.tar.xz | |
comment c'n'p error
[originally from svn r5790]
| -rw-r--r-- | midend.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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. */ |