Skip to content

Commit

Permalink
Newlines
Browse files Browse the repository at this point in the history
  • Loading branch information
TexZK committed Jun 12, 2020
1 parent 081a39f commit 95b8835
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example/YM7128B_pipe.c
Original file line number Diff line number Diff line change
Expand Up @@ -838,7 +838,7 @@ int main(int argc, char const* argv[])
}

if (errno) {
fprintf(stderr, "arg %d\n", i);
fprintf(stderr, "arg %d", i);
perror("");
return 1;
}
Expand Down

0 comments on commit 95b8835

Please sign in to comment.