Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'libgloss/rl78/write.c')
-rw-r--r--libgloss/rl78/write.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/libgloss/rl78/write.c b/libgloss/rl78/write.c
index 0b4222078..849470c94 100644
--- a/libgloss/rl78/write.c
+++ b/libgloss/rl78/write.c
@@ -101,8 +101,6 @@ _write(int fd, char *ptr, int len)
while (len != 0)
{
- if (*ptr == '\n')
- tputc ('\r');
tputc (*ptr);
ptr ++;
len --;