From: Jim Meyering Date: Mon, 28 Mar 2005 19:29:54 +0000 (+0000) Subject: (print_sep_string): X-Git-Tag: CPPI-1_12~1166 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=129f0dca9d1128c8b8045b591fd3e854c0edf292;p=thirdparty%2Fcoreutils.git (print_sep_string): Add `void' to make this an ANSI-style function declaration. --- diff --git a/src/pr.c b/src/pr.c index 4870e41506..4e37931332 100644 --- a/src/pr.c +++ b/src/pr.c @@ -2267,7 +2267,7 @@ print_white_space (void) then print_sep_string() is called. */ static void -print_sep_string () +print_sep_string (void) { char *s; int l = col_sep_length;