diff options
author | Jim Meyering <jim@meyering.net> | 2005-03-28 19:29:54 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2005-03-28 19:29:54 +0000 |
commit | 129f0dca9d1128c8b8045b591fd3e854c0edf292 (patch) | |
tree | 4df906598521781eb2874be9c05f0f8985ff2bca /src | |
parent | 15669cf4e1c2665c2f723d01c6460b79b53a9828 (diff) | |
download | coreutils-129f0dca9d1128c8b8045b591fd3e854c0edf292.tar.xz |
(print_sep_string):
Add `void' to make this an ANSI-style function declaration.
Diffstat (limited to 'src')
-rw-r--r-- | src/pr.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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; |