Skip to content

Commit

Permalink
testing double comment
Browse files Browse the repository at this point in the history
  • Loading branch information
lygstate committed Dec 15, 2023
1 parent 5772e11 commit 8a4b242
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 8a4b242

Please sign in to comment.