diff options
Diffstat (limited to 'untangle.c')
| -rw-r--r-- | untangle.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -656,7 +656,7 @@ static char *new_game_desc(const game_params *params, random_state *rs, */ ret = NULL; { - char *sep; + const char *sep; char buf[80]; int retlen; edge *ea; |