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/pr.c | |
| parent | (ds_init): Add `void' to make this an ANSI-style function declaration. (diff) | |
| download | coreutils-129f0dca9d1128c8b8045b591fd3e854c0edf292.tar.gz coreutils-129f0dca9d1128c8b8045b591fd3e854c0edf292.zip | |
(print_sep_string):
Add `void' to make this an ANSI-style function declaration.
Diffstat (limited to 'src/pr.c')
| -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; |
