aboutsummaryrefslogtreecommitdiff
path: root/mines.c
diff options
context:
space:
mode:
Diffstat (limited to 'mines.c')
-rw-r--r--mines.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mines.c b/mines.c
index 6304668..6a854c6 100644
--- a/mines.c
+++ b/mines.c
@@ -2558,7 +2558,7 @@ uncover:
* can.
*/
char *p = buf;
- char *sep = "";
+ const char *sep = "";
for (dy = -1; dy <= +1; dy++)
for (dx = -1; dx <= +1; dx++)