summaryrefslogtreecommitdiffstats
path: root/mbbsd/mail.c
diff options
context:
space:
mode:
authorkcwu <kcwu@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2005-03-03 07:38:18 +0800
committerkcwu <kcwu@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2005-03-03 07:38:18 +0800
commitd3829ef075e6227a9a4b92ad707e7ad3b490aacd (patch)
tree836007e84dd95e68c9e337ae69659cf622120bf5 /mbbsd/mail.c
parent11cf3f25d98f02e3e02984b5e372159d9b6c555b (diff)
downloadpttbbs-d3829ef075e6227a9a4b92ad707e7ad3b490aacd.tar
pttbbs-d3829ef075e6227a9a4b92ad707e7ad3b490aacd.tar.gz
pttbbs-d3829ef075e6227a9a4b92ad707e7ad3b490aacd.tar.bz2
pttbbs-d3829ef075e6227a9a4b92ad707e7ad3b490aacd.tar.lz
pttbbs-d3829ef075e6227a9a4b92ad707e7ad3b490aacd.tar.xz
pttbbs-d3829ef075e6227a9a4b92ad707e7ad3b490aacd.tar.zst
pttbbs-d3829ef075e6227a9a4b92ad707e7ad3b490aacd.zip
warning free: "static" should be in front of "const"
git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@2569 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
Diffstat (limited to 'mbbsd/mail.c')
-rw-r--r--mbbsd/mail.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mbbsd/mail.c b/mbbsd/mail.c
index 0d7e3fda..dd571ee6 100644
--- a/mbbsd/mail.c
+++ b/mbbsd/mail.c
@@ -1272,7 +1272,7 @@ mail_waterball(int ent, fileheader_t * fhdr, char *direct)
return FULLUPDATE;
}
#endif
-const static onekey_t mail_comms[] = {
+static const onekey_t mail_comms[] = {
NULL, // Ctrl('A') 1
NULL, // Ctrl('B')
NULL, // Ctrl('C')