Skip to content

Commit

Permalink
Update example_minimal.c
Browse files Browse the repository at this point in the history
  • Loading branch information
MaJerle committed Nov 29, 2021
1 parent 8311f09 commit 7eb0b77
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions docs/examples_src/example_minimal.c
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,8 @@ int
lwprintf_out(int ch, lwprintf_t* lwp) {
/* May use printf to output it for test */
if (ch != '\0') {
printf("%c", (char)ch);
printf("%c", (char)ch);
}

return ch;
}

Expand Down

0 comments on commit 7eb0b77

Please sign in to comment.