aboutsummaryrefslogtreecommitdiffstats
path: root/etrn.c
diff options
context:
space:
mode:
Diffstat (limited to 'etrn.c')
-rw-r--r--etrn.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/etrn.c b/etrn.c
index f7d4d48a..dacd700a 100644
--- a/etrn.c
+++ b/etrn.c
@@ -119,7 +119,7 @@ static int etrn_logout(int sock, struct query *ctl)
return(gen_transact(sock, "QUIT"));
}
-const static struct method etrn =
+static const struct method etrn =
{
"ETRN", /* ESMTP ETRN extension */
#if INET6_ENABLE