summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
Diffstat (limited to 'sys')
-rw-r--r--sys/arch/pica/pica/swapgeneric.c1
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':