summaryrefslogtreecommitdiffstats
path: root/mbbsd/edit.c
diff options
context:
space:
mode:
Diffstat (limited to 'mbbsd/edit.c')
-rw-r--r--mbbsd/edit.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/mbbsd/edit.c b/mbbsd/edit.c
index 29d5a91d..3de5946c 100644
--- a/mbbsd/edit.c
+++ b/mbbsd/edit.c
@@ -153,7 +153,7 @@ static editor_internal_t *curr_buf = NULL;
static const char fp_bak[] = "bak";
-static const char *BIG5[13] = {
+static const char * const BIG5[13] = {
"¡A¡F¡G¡B¡N¡C¡H¡I¡E¡T¡]¡^¡©¡ª¡«¡¬",
"¢b¢c¢d¢e¢f¢g¢h¢i¢j¢k¢l¢m¢n¢o¢pùþ ",
"¡³¡ó¡·¡´¡¸¡¹¡¼¡½¡¿¡¶¡¾¡µ¡º¡»¡ð¡ñ",
@@ -169,7 +169,7 @@ static const char *BIG5[13] = {
"¢¹¢º¢»¢¼¢½¢¾¢¿¢À¢Á¢Â"
};
-static const char *BIG_mode[13] = {
+static const char * const BIG_mode[13] = {
"¼ÐÂI",
"¹Ï¶ô",
"¼Ð°O",