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