mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-23 23:42:32 +00:00
Add missing newline to pipe test
Original patch by Ben Larson <hungryninja101@gmail.com>. Fixes #3055
This commit is contained in:
parent
5efa6d5273
commit
9bbc91bb52
@ -76,7 +76,7 @@ int main(int argc, char *argv[])
|
|||||||
ssize_t bytes_written = write(pipefd[1], buf, BUF_SIZE);
|
ssize_t bytes_written = write(pipefd[1], buf, BUF_SIZE);
|
||||||
|
|
||||||
if (bytes_written != BUF_SIZE) {
|
if (bytes_written != BUF_SIZE) {
|
||||||
fprintf(stderr, "Error writing to pipe");
|
fprintf(stderr, "Error writing to pipe\n");
|
||||||
exit(1);
|
exit(1);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user