diff options
author | Roy Marples <roy@marples.name> | 2007-10-04 17:02:44 +0000 |
---|---|---|
committer | Roy Marples <roy@marples.name> | 2007-10-04 17:02:44 +0000 |
commit | af5525f6342c6ceda5913d2f6675d72ea8501ef3 (patch) | |
tree | 58f6e010f71232e1892706a12a84b778aa225384 /src/librc.c | |
parent | 15fde9a796a45999b2fdebebbe8862f33cf4965b (diff) |
LS_DIRS -> LS_DIR
Diffstat (limited to 'src/librc.c')
-rw-r--r-- | src/librc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/librc.c b/src/librc.c index 851e784d..3a3b53b0 100644 --- a/src/librc.c +++ b/src/librc.c @@ -68,7 +68,7 @@ librc_hidden_def(rc_runlevel_stopping) char **rc_runlevel_list (void) { - return (rc_ls_dir (RC_RUNLEVELDIR, RC_LS_DIRS)); + return (rc_ls_dir (RC_RUNLEVELDIR, RC_LS_DIR)); } librc_hidden_def(rc_runlevel_list) |