From: Maciej Wereski Date: Wed, 19 Feb 2014 10:39:01 +0000 (+0100) Subject: systemctl: remove erroneous return in runlevel_parse_argv() X-Git-Tag: v209~35 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=31d5a60cae19025225eda458386e0692bec5eec4;p=elogind.git systemctl: remove erroneous return in runlevel_parse_argv() --- diff --git a/src/systemctl/systemctl.c b/src/systemctl/systemctl.c index ef0cbc5bf..e529095f9 100644 --- a/src/systemctl/systemctl.c +++ b/src/systemctl/systemctl.c @@ -5879,7 +5879,6 @@ static int runlevel_parse_argv(int argc, char *argv[]) { case ARG_HELP: return runlevel_help(); - return 0; case '?': return -EINVAL;