mirror of
git://git.musl-libc.org/musl
synced 2025-03-31 23:58:56 +00:00
fix missing newline in herror output
This commit is contained in:
parent
0b06402193
commit
262003ad9d
@ -4,5 +4,5 @@
|
||||
|
||||
void herror(const char *msg)
|
||||
{
|
||||
fprintf(stderr, "%s%s%s", msg?msg:"", msg?": ":"", hstrerror(h_errno));
|
||||
fprintf(stderr, "%s%s%s\n", msg?msg:"", msg?": ":"", hstrerror(h_errno));
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user