summaryrefslogtreecommitdiff
path: root/src/comm.c
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1999-07-04 10:09:44 +0000
committerJim Meyering <jim@meyering.net>1999-07-04 10:09:44 +0000
commit3423927cfa06d288f500e166a2f70efa32a3a69e (patch)
tree4c38f5a0cb0fcb1e30599f0e29f757dab7b2bea2 /src/comm.c
parentfac400a42837fabfe4d515bfdfb179dfdd29ecef (diff)
downloadcoreutils-3423927cfa06d288f500e166a2f70efa32a3a69e.tar.xz
(writeline): Lines now contain trailing newline.
Diffstat (limited to 'src/comm.c')
-rw-r--r--src/comm.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/comm.c b/src/comm.c
index 9aab98b02..f41b4592a 100644
--- a/src/comm.c
+++ b/src/comm.c
@@ -118,7 +118,6 @@ writeline (struct linebuffer *line, FILE *stream, int class)
}
fwrite (line->buffer, sizeof (char), line->length, stream);
- putc ('\n', stream);
}
/* Compare INFILES[0] and INFILES[1].