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