summaryrefslogtreecommitdiffstats
path: root/mbbsd/friend.c
diff options
context:
space:
mode:
Diffstat (limited to 'mbbsd/friend.c')
-rw-r--r--mbbsd/friend.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mbbsd/friend.c b/mbbsd/friend.c
index a39b131f..bbb84983 100644
--- a/mbbsd/friend.c
+++ b/mbbsd/friend.c
@@ -10,7 +10,7 @@ char special_list[] = "list.0";
char special_des[] = "ldes.0";
/* 特別名單的上限 */
-const static unsigned int friend_max[8] = {
+static const unsigned int friend_max[8] = {
MAX_FRIEND, /* FRIEND_OVERRIDE */
MAX_REJECT, /* FRIEND_REJECT */
MAX_LOGIN_INFO, /* FRIEND_ALOHA */