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