diff options
Diffstat (limited to 'src/fold.c')
-rw-r--r-- | src/fold.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fold.c b/src/fold.c index eb97753fc..57ff123c7 100644 --- a/src/fold.c +++ b/src/fold.c @@ -45,7 +45,7 @@ static bool have_read_stdin; static char const shortopts[] = "bsw:0::1::2::3::4::5::6::7::8::9::"; -static const struct option const longopts[] = +static struct option const longopts[] = { {"bytes", no_argument, NULL, 'b'}, {"spaces", no_argument, NULL, 's'}, |