aboutsummaryrefslogtreecommitdiff
path: root/src/rc-status.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/rc-status.c')
-rw-r--r--src/rc-status.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rc-status.c b/src/rc-status.c
index b862a27c..cc26716f 100644
--- a/src/rc-status.c
+++ b/src/rc-status.c
@@ -128,7 +128,7 @@ int rc_status (int argc, char **argv)
rc_strlist_add (&levels, argv[optind++]);
if (! levels) {
- level = rc_get_runlevel ();
+ level = rc_runlevel_get ();
rc_strlist_add (&levels, level);
free (level);
}