diff options
Diffstat (limited to 'src/runcon.c')
-rw-r--r-- | src/runcon.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/runcon.c b/src/runcon.c index 8c2b26168..fce83e52a 100644 --- a/src/runcon.c +++ b/src/runcon.c @@ -61,7 +61,7 @@ #define AUTHORS proper_name ("Russell Coker") -static const struct option const long_options[] = +static struct option const long_options[] = { {"role", required_argument, NULL, 'r'}, {"type", required_argument, NULL, 't'}, |