diff --git a/src/rc/rc-status.c b/src/rc/rc-status.c index 1e0ef38c..929c7e38 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);