summaryrefslogtreecommitdiffstats
path: root/mbbsd/user.c
diff options
context:
space:
mode:
Diffstat (limited to 'mbbsd/user.c')
-rw-r--r--mbbsd/user.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mbbsd/user.c b/mbbsd/user.c
index 0428e22d..9921d00d 100644
--- a/mbbsd/user.c
+++ b/mbbsd/user.c
@@ -751,7 +751,7 @@ showplans(char *uid)
#ifdef CHESSCOUNTRY
if (user_query_mode) {
- char *photo_name[2] = { "photo_fivechess", "photo_cchess" };
+ const char const *photo_name[2] = { "photo_fivechess", "photo_cchess" };
int i = 0;
FILE *fp;