summaryrefslogtreecommitdiff
path: root/src/pr.c
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2005-03-28 19:29:54 +0000
committerJim Meyering <jim@meyering.net>2005-03-28 19:29:54 +0000
commit129f0dca9d1128c8b8045b591fd3e854c0edf292 (patch)
tree4df906598521781eb2874be9c05f0f8985ff2bca /src/pr.c
parent15669cf4e1c2665c2f723d01c6460b79b53a9828 (diff)
downloadcoreutils-129f0dca9d1128c8b8045b591fd3e854c0edf292.tar.xz
(print_sep_string):
Add `void' to make this an ANSI-style function declaration.
Diffstat (limited to 'src/pr.c')
-rw-r--r--src/pr.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pr.c b/src/pr.c
index 4870e4150..4e3793133 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;