]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
.
authorJim Meyering <jim@meyering.net>
Wed, 29 Dec 1993 05:07:52 +0000 (05:07 +0000)
committerJim Meyering <jim@meyering.net>
Wed, 29 Dec 1993 05:07:52 +0000 (05:07 +0000)
src/cut.c

index 36080e62e2593e3e7802a4d0a1a934fcc9e67657..3015c808db527b7e989911fbec8aab4b51f728a2 100644 (file)
--- a/src/cut.c
+++ b/src/cut.c
@@ -538,7 +538,8 @@ cut_bytes (stream)
 /* Read from stream STREAM, printing to standard output any selected fields.  */
 
 static void
-cut_fields (FILE *stream)
+cut_fields (stream)
+     FILE *stream;
 {
   int c;
   int field_idx;