summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--disk-utils/blockdev.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/disk-utils/blockdev.c b/disk-utils/blockdev.c
index 71796bfe4..ee926c960 100644
--- a/disk-utils/blockdev.c
+++ b/disk-utils/blockdev.c
@@ -462,7 +462,7 @@ static void report_device(char *device, int quiet)
close(fd);
}
-static void report_header()
+static void report_header(void)
{
printf(_("RO RA SSZ BSZ StartSec Size Device\n"));
}