diff options
author | Roy Marples <roy@marples.name> | 2008-03-23 22:57:56 +0000 |
---|---|---|
committer | Roy Marples <roy@marples.name> | 2008-03-23 22:57:56 +0000 |
commit | 06635dedbc59ec84e1bcf2c443c54b9301204396 (patch) | |
tree | dd62b1cc7c3535b499ad78ed9b247ece59f9d0a6 /src | |
parent | 2715981ff967386a070d52cf9c00ef71983a085b (diff) |
We don't change service here.
Diffstat (limited to 'src')
-rw-r--r-- | src/rc/rc-status.c | 2 |
1 files changed, 1 insertions, 1 deletions
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); |