elf.h: add ELFCOMPRESS_ZSTD
[musl] / src / network / herror.c
index 65f25ff..87f8cff 100644 (file)
@@ -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));
 }