summaryrefslogtreecommitdiffstats
path: root/text-utils/col.c
diff options
context:
space:
mode:
Diffstat (limited to 'text-utils/col.c')
-rw-r--r--text-utils/col.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/text-utils/col.c b/text-utils/col.c
index 9349720cb..c31a32afb 100644
--- a/text-utils/col.c
+++ b/text-utils/col.c
@@ -112,7 +112,7 @@ int pass_unknown_seqs; /* whether to pass unknown control sequences */
if (putwchar(ch) == WEOF) \
wrerr();
-static void __attribute__((__noreturn__)) usage()
+static void __attribute__((__noreturn__)) usage(void)
{
errx(EXIT_FAILURE, _("usage: %s [-bfpx] [-l nline]"),
program_invocation_short_name);