Skip to content

Commit

Permalink
chore(lodepng): fix typo (lvgl#6077)
Browse files Browse the repository at this point in the history
  • Loading branch information
W-Mai authored Apr 17, 2024
1 parent 970781f commit d1306d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libs/lodepng/lv_lodepng.c
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 80,7 @@ void lv_lodepng_deinit(void)
*/
static lv_result_t decoder_info(lv_image_decoder_t * decoder, const void * src, lv_image_header_t * header)
{
(void) decoder; /*Unused*/
LV_UNUSED(decoder); /*Unused*/
lv_image_src_t src_type = lv_image_src_get_type(src); /*Get the source type*/

/*If it's a PNG file...*/
Expand Down

0 comments on commit d1306d3

Please sign in to comment.