aboutsummaryrefslogtreecommitdiffstats
path: root/imap.c
diff options
context:
space:
mode:
Diffstat (limited to 'imap.c')
-rw-r--r--imap.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/imap.c b/imap.c
index b667c4a6..5d977061 100644
--- a/imap.c
+++ b/imap.c
@@ -1110,7 +1110,7 @@ static int imap_logout(int sock, struct query *ctl)
return(gen_transact(sock, "LOGOUT"));
}
-const static struct method imap =
+static const struct method imap =
{
"IMAP", /* Internet Message Access Protocol */
#if INET6_ENABLE