diff options
Diffstat (limited to 'src/rc/rc-update.c')
-rw-r--r-- | src/rc/rc-update.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rc/rc-update.c b/src/rc/rc-update.c index 72b94a3a..38d4242d 100644 --- a/src/rc/rc-update.c +++ b/src/rc/rc-update.c @@ -134,7 +134,7 @@ static void show (char **runlevels, bool verbose) " rc-update [options] del service <runlevel>\n" \ " rc-update [options] show" #define getoptstring getoptstring_COMMON -static struct option longopts[] = { +static const struct option longopts[] = { longopts_COMMON }; static const char * const longopts_help[] = { |