diff options
Diffstat (limited to 'src/home/homectl.c')
-rw-r--r-- | src/home/homectl.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/home/homectl.c b/src/home/homectl.c index 4f1aebfe30..67a50a1ed5 100644 --- a/src/home/homectl.c +++ b/src/home/homectl.c @@ -613,7 +613,7 @@ static int inspect_home(int argc, char *argv[], void *userdata) { int r, ret = 0; char **items, **i; - (void) pager_open(arg_pager_flags); + pager_open(arg_pager_flags); r = acquire_bus(&bus); if (r < 0) @@ -2020,7 +2020,7 @@ static int help(int argc, char *argv[], void *userdata) { _cleanup_free_ char *link = NULL; int r; - (void) pager_open(arg_pager_flags); + pager_open(arg_pager_flags); r = terminal_urlify_man("homectl", "1", &link); if (r < 0) |