summaryrefslogtreecommitdiff
path: root/src/rc/rc-status.c
diff options
context:
space:
mode:
authorRoy Marples <roy@marples.name>2008-03-23 22:57:56 +0000
committerRoy Marples <roy@marples.name>2008-03-23 22:57:56 +0000
commit06635dedbc59ec84e1bcf2c443c54b9301204396 (patch)
treedd62b1cc7c3535b499ad78ed9b247ece59f9d0a6 /src/rc/rc-status.c
parent2715981ff967386a070d52cf9c00ef71983a085b (diff)
downloadopenrc-06635dedbc59ec84e1bcf2c443c54b9301204396.tar.gz
openrc-06635dedbc59ec84e1bcf2c443c54b9301204396.tar.bz2
openrc-06635dedbc59ec84e1bcf2c443c54b9301204396.tar.xz
We don't change service here.
Diffstat (limited to 'src/rc/rc-status.c')
-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);