Skip to content

Commit

Permalink
Merge pull request #24 from Savapitech/s_fix_des_trucs
Browse files Browse the repository at this point in the history
remove: %p
  • Loading branch information
savalet authored Oct 30, 2024
2 parents 76d8141 + 09f8f72 commit 4b08708
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/parser.c
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ const handler_t HANDLERS[] = {
{ 'x', &printf_put_hex },
{ 'X', &printf_put_hex },
{ 'o', &printf_put_oct },
{ 'p', &printf_put_pointer },
{ 'f', &printf_put_float },
{ 'b', &printf_put_bin },
{ 'B', &printf_put_bin },
Expand Down

0 comments on commit 4b08708

Please sign in to comment.