summaryrefslogtreecommitdiff
path: root/src/rc/rc.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/rc/rc.c')
-rw-r--r--src/rc/rc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rc/rc.c b/src/rc/rc.c
index 954d6b5..f093b87 100644
--- a/src/rc/rc.c
+++ b/src/rc/rc.c
@@ -636,7 +636,7 @@ static void do_coldplug (void)
#include "_usage.h"
#define getoptstring "o:" getoptstring_COMMON
-static struct option longopts[] = {
+static const struct option longopts[] = {
{ "override", 1, NULL, 'o' },
longopts_COMMON
};