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