diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1995-10-29 12:01:01 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1995-10-29 12:01:01 +0000 |
commit | 65de9b1bb5607ef2aa85cae76e366abc6dde3841 (patch) | |
tree | 729fd7fbdf4db9a7d0cb7ae0ebfbc312797f0a3b | |
parent | 10b622c6a1526899b57a05ba4c2a2a44de4ae6eb (diff) |
line feed support is in putc
-rw-r--r-- | sys/arch/pica/pica/swapgeneric.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/arch/pica/pica/swapgeneric.c b/sys/arch/pica/pica/swapgeneric.c index a3c74e67da9..29fc7a8eb90 100644 --- a/sys/arch/pica/pica/swapgeneric.c +++ b/sys/arch/pica/pica/swapgeneric.c @@ -164,7 +164,6 @@ gets(cp) switch (c) { case '\n': case '\r': - printf("%c", '\n'); *lp++ = '\0'; return; case '\b': |