Skip to content

Commit

Permalink
Merge pull request #72 from fischerling/remove-superfluous-perror-new…
Browse files Browse the repository at this point in the history
…line

perror: only print a single newline
  • Loading branch information
Galfurian committed Apr 2, 2024
2 parents 8178895 + 54f5a29 commit 38aa091
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion libc/src/stdio.c
Original file line number Diff line number Diff line change
Expand Up @@ -228,5 +228,4 @@ void perror(const char *s)
}
puts(strerror(errno));
putchar('\n');
putchar('\n');
}

0 comments on commit 38aa091

Please sign in to comment.