]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
(print_sep_string):
authorJim Meyering <jim@meyering.net>
Mon, 28 Mar 2005 19:29:54 +0000 (19:29 +0000)
committerJim Meyering <jim@meyering.net>
Mon, 28 Mar 2005 19:29:54 +0000 (19:29 +0000)
Add `void' to make this an ANSI-style function declaration.

src/pr.c

index 4870e41506596b98162728ec23a7f727bfa578fe..4e37931332baaa3b1ec85e37a4e523e06d33bfc2 100644 (file)
--- 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;