Skip to content

Commit

Permalink
Minor comment tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
NiLuJe committed May 4, 2024
1 parent 45ca424 commit f05f002
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fbink.c
Original file line number Diff line number Diff line change
Expand Up @@ -1208,7 +1208,7 @@ static void
*/
#endif // FBINK_WITH_DRAW

// Public convenience wrapper around put/get pixels.
// Public convenience wrappers around our internal put/get pixel functions.
// Performance is *not* a priority for these, avoid them if at all possible!
int
fbink_put_pixel_gray(uint16_t x UNUSED_BY_NODRAW, uint16_t y UNUSED_BY_NODRAW, uint8_t v UNUSED_BY_NODRAW)
Expand Down

0 comments on commit f05f002

Please sign in to comment.