diff options
Diffstat (limited to 'src/rc-update.c')
-rw-r--r-- | src/rc-update.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rc-update.c b/src/rc-update.c index 5e5786b9..2c0b35c8 100644 --- a/src/rc-update.c +++ b/src/rc-update.c @@ -218,7 +218,7 @@ int rc_update (int argc, char **argv) eerror ("%s: service `%s' does not exist", applet, service); else { ssize_t num_updated = 0; - ssize_t (*actfunc)(const char *runlevel, const char *service); + ssize_t (*actfunc)(const char *, const char *); if (action & DOADD) actfunc = add; else if (action & DODELETE) |