diff options
Diffstat (limited to 'src/unexpand.c')
-rw-r--r-- | src/unexpand.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/unexpand.c b/src/unexpand.c index ec8831f42..5a2d0cdeb 100644 --- a/src/unexpand.c +++ b/src/unexpand.c @@ -96,7 +96,7 @@ enum CONVERT_FIRST_ONLY_OPTION = CHAR_MAX + 1 }; -static const struct option const longopts[] = +static struct option const longopts[] = { {"tabs", required_argument, NULL, 't'}, {"all", no_argument, NULL, 'a'}, |