diff options
Diffstat (limited to 'src/chmod.c')
-rw-r--r-- | src/chmod.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/chmod.c b/src/chmod.c index 8f8d8a5f3..80fc363aa 100644 --- a/src/chmod.c +++ b/src/chmod.c @@ -91,7 +91,7 @@ enum REFERENCE_FILE_OPTION }; -static const struct option const long_options[] = +static struct option const long_options[] = { {"changes", no_argument, NULL, 'c'}, {"recursive", no_argument, NULL, 'R'}, |