diff options
Diffstat (limited to 'src/join.c')
-rw-r--r-- | src/join.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/join.c b/src/join.c index c89fe8f18..4c506d1ac 100644 --- a/src/join.c +++ b/src/join.c @@ -130,7 +130,7 @@ enum }; -static const struct option const longopts[] = +static struct option const longopts[] = { {"ignore-case", no_argument, NULL, 'i'}, {"check-order", no_argument, NULL, CHECK_ORDER_OPTION}, |