diff options
Diffstat (limited to 'src/expand.c')
-rw-r--r-- | src/expand.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/expand.c b/src/expand.c index 8efb81b33..ae70737ac 100644 --- a/src/expand.c +++ b/src/expand.c @@ -87,7 +87,7 @@ static int exit_status; static char const shortopts[] = "it:0::1::2::3::4::5::6::7::8::9::"; -static struct option const longopts[] = +static const struct option const longopts[] = { {"tabs", required_argument, NULL, 't'}, {"initial", no_argument, NULL, 'i'}, |