summaryrefslogtreecommitdiff
path: root/src/comm.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/comm.c')
-rw-r--r--src/comm.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/comm.c b/src/comm.c
index 2bf876121..c855a3355 100644
--- a/src/comm.c
+++ b/src/comm.c
@@ -79,8 +79,7 @@ enum
OUTPUT_DELIMITER_OPTION
};
-
-static struct option const long_options[] =
+static const struct option const long_options[] =
{
{"check-order", no_argument, NULL, CHECK_ORDER_OPTION},
{"nocheck-order", no_argument, NULL, NOCHECK_ORDER_OPTION},