diff options
Diffstat (limited to 'src/rmdir.c')
-rw-r--r-- | src/rmdir.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rmdir.c b/src/rmdir.c index 25d72db52..64575b091 100644 --- a/src/rmdir.c +++ b/src/rmdir.c @@ -55,7 +55,7 @@ enum IGNORE_FAIL_ON_NON_EMPTY_OPTION = CHAR_MAX + 1 }; -static const struct option const longopts[] = +static struct option const longopts[] = { /* Don't name this `--force' because it's not close enough in meaning to e.g. rm's -f option. */ |