diff options
Diffstat (limited to 'src/rc/rc-status.c')
| -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 8b73b812..33610fa1 100644 --- a/src/rc/rc-status.c +++ b/src/rc/rc-status.c @@ -244,7 +244,7 @@ print_stacked_services(const char *runlevel)  int main(int argc, char **argv)  {  	RC_SERVICE state; -    RC_STRING *s, *l, *t, *level; +	RC_STRING *s, *l, *t, *level;  	bool show_all = false;  	char *p, *runlevel = NULL;  	int opt, retval = 0;  | 
