diff options
Diffstat (limited to 'src/chown.c')
-rw-r--r-- | src/chown.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/chown.c b/src/chown.c index 218aae08e..e5740d259 100644 --- a/src/chown.c +++ b/src/chown.c @@ -62,7 +62,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'}, |