From 384c2c3239c51b7bdaddc7cbd4958b5b923cce42 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Zbigniew=20J=C4=99drzejewski-Szmek?= Date: Tue, 3 Aug 2021 16:59:09 +0200 Subject: Make pager_open() return void --- src/mount/mount-tool.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/mount') 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) -- cgit v1.2.1