1
0
mirror of https://github.com/lvgl/lvgl.git synced 2025-01-14 06:42:58 +08:00

chore(lodepng): fix typo (#6077)

This commit is contained in:
Benign X 2024-04-17 17:15:04 +08:00 committed by GitHub
parent 970781fb83
commit d1306d3ec5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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...*/