This commit is contained in:
Luca Valente 2020-12-02 10:48:45 +01:00
parent 3cae6a2e61
commit 2c73ec5150

View file

@ -260,7 +260,7 @@ int puts(const char *s)
c = *s;
if (c == 0)
{
pos_putc('\r\n');
pos_putc('\n');
break;
}
pos_putc(c);