summaryrefslogtreecommitdiffstats
path: root/mbbsd/menu.c
diff options
context:
space:
mode:
Diffstat (limited to 'mbbsd/menu.c')
-rw-r--r--mbbsd/menu.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/mbbsd/menu.c b/mbbsd/menu.c
index 933e37b7..92255227 100644
--- a/mbbsd/menu.c
+++ b/mbbsd/menu.c
@@ -72,8 +72,8 @@ showtitle(char *title, char *mid)
/* °Êµe³B²z */
#define FILMROW 11
-static unsigned char menu_row = 12;
-static unsigned char menu_column = 20;
+static const unsigned char menu_row = 12;
+static const unsigned char menu_column = 20;
static void
show_status(void)