Skip to content

Commit

Permalink
testing double comment
Browse files Browse the repository at this point in the history
  • Loading branch information
lygstate authored and eyalroz committed Jul 19, 2024
1 parent f31ec38 commit 4a4435f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/printf/printf.c
Original file line number Diff line number Diff line change
Expand Up @@ -454,7 +454,7 @@ static inline output_gadget_t function_gadget(void (*function)(char, void*), voi
result.max_chars = PRINTF_MAX_POSSIBLE_BUFFER_SIZE;
return result;
}

// cause double comment
static inline output_gadget_t extern_putchar_gadget(void)
{
return function_gadget(putchar_wrapper, NULL);
Expand Down

0 comments on commit 4a4435f

Please sign in to comment.