We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a30b40d commit f57ba19Copy full SHA for f57ba19
1 file changed
src/libc/ansi/stdio/puts.c
@@ -8,6 +8,5 @@ puts(const char *s)
8
9
while ((c = *s++))
10
putchar(c);
11
- putchar('\r');
12
return putchar('\n');
13
}
0 commit comments