summaryrefslogtreecommitdiff
path: root/src/mount
diff options
context:
space:
mode:
Diffstat (limited to 'src/mount')
-rw-r--r--src/mount/mount-tool.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mount/mount-tool.c b/src/mount/mount-tool.c
index d8034202dc..ad68e8c070 100644
--- a/src/mount/mount-tool.c
+++ b/src/mount/mount-tool.c
@@ -1432,7 +1432,7 @@ static int list_devices(void) {
}
}
- (void) pager_open(arg_pager_flags);
+ pager_open(arg_pager_flags);
r = table_print(table, NULL);
if (r < 0)