aboutsummaryrefslogtreecommitdiff
path: root/src/rc.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/rc.c')
-rw-r--r--src/rc.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/rc.c b/src/rc.c
index 1bf706bc..a733db0b 100644
--- a/src/rc.c
+++ b/src/rc.c
@@ -109,8 +109,8 @@ typedef struct pidlist
} pidlist_t;
static pidlist_t *service_pids = NULL;
-static const char *types_n[] = { "needsme", NULL };
-static const char *types_nua[] = { "ineed", "iuse", "iafter", NULL };
+static const char *const types_n[] = { "needsme", NULL };
+static const char *const types_nua[] = { "ineed", "iuse", "iafter", NULL };
static void cleanup (void)
{