From bcf006d71f24100b9124ee58a8cfd93097426ad4 Mon Sep 17 00:00:00 2001 From: Karel Zak Date: Fri, 21 Jan 2011 01:00:18 +0100 Subject: don't declare usage() without parametr Signed-off-by: Karel Zak --- text-utils/col.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'text-utils/col.c') 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); -- cgit v1.2.3-55-g7522