Skip to content

Commit f57ba19

Browse files
committed
Revert "puts: use \r\n instead of just \n"
This reverts commit fc1232f.
1 parent a30b40d commit f57ba19

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/libc/ansi/stdio/puts.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,5 @@ puts(const char *s)
88

99
while ((c = *s++))
1010
putchar(c);
11-
putchar('\r');
1211
return putchar('\n');
1312
}

0 commit comments

Comments
 (0)