summaryrefslogtreecommitdiffstats
path: root/mbbsd/go.c
diff options
context:
space:
mode:
Diffstat (limited to 'mbbsd/go.c')
-rw-r--r--mbbsd/go.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mbbsd/go.c b/mbbsd/go.c
index 52947be3..72b57cbb 100644
--- a/mbbsd/go.c
+++ b/mbbsd/go.c
@@ -34,7 +34,7 @@ static float win;
//extern char *bw_chess[]; /* 和五子棋共用 */
-static char *locE = "ABCDEFGHJKLMNOPQRST";
+static char * const locE = "ABCDEFGHJKLMNOPQRST";
static char AB[41];