summaryrefslogtreecommitdiff
path: root/src/systemctl
diff options
context:
space:
mode:
authorMaciej Wereski <m.wereski@partner.samsung.com>2014-02-19 11:39:01 +0100
committerLennart Poettering <lennart@poettering.net>2014-02-19 16:24:16 +0100
commit31d5a60cae19025225eda458386e0692bec5eec4 (patch)
tree2dc46900d487409747c0f328146cbb470e77e086 /src/systemctl
parentd1368aa9bd2f5748152ed0663566c0baa854dfc5 (diff)
systemctl: remove erroneous return in runlevel_parse_argv()
Diffstat (limited to 'src/systemctl')
-rw-r--r--src/systemctl/systemctl.c1
1 files changed, 0 insertions, 1 deletions
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;