aboutsummaryrefslogtreecommitdiffstats
path: root/odmr.c
diff options
context:
space:
mode:
Diffstat (limited to 'odmr.c')
-rw-r--r--odmr.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/odmr.c b/odmr.c
index 29d3d865..a7a3ad69 100644
--- a/odmr.c
+++ b/odmr.c
@@ -207,7 +207,7 @@ static int odmr_logout(int sock, struct query *ctl)
return(PS_SUCCESS);
}
-const static struct method odmr =
+static const struct method odmr =
{
"ODMR", /* ODMR protocol */
#if INET6_ENABLE