summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/rc/rc-status.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rc/rc-status.c b/src/rc/rc-status.c
index 1e0ef38..929c7e3 100644
--- a/src/rc/rc-status.c
+++ b/src/rc/rc-status.c
@@ -85,7 +85,7 @@ static void print_level(char *level)
printf("%s\n", level);
}
-static void print_service(char *service)
+static void print_service(const char *service)
{
char status[10];
int cols = printf(" %s", service);