diff options
Diffstat (limited to 'src/rc/rc-depend.c')
-rw-r--r-- | src/rc/rc-depend.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rc/rc-depend.c b/src/rc/rc-depend.c index be998c40..0bb4c213 100644 --- a/src/rc/rc-depend.c +++ b/src/rc/rc-depend.c @@ -64,7 +64,7 @@ rc_depinfo_t *_rc_deptree_load (int *regen) { #include "_usage.h" #define getoptstring "t:suT" getoptstring_COMMON -static struct option longopts[] = { +static const struct option longopts[] = { { "type", 1, NULL, 't'}, { "notrace", 0, NULL, 'T'}, { "strict", 0, NULL, 's'}, |