mirror of
https://github.com/lvgl/lvgl.git
synced 2025-01-28 07:03:00 +08:00
chore(lodepng): fix typo (#6077)
This commit is contained in:
parent
970781fb83
commit
d1306d3ec5
@ -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)
|
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*/
|
lv_image_src_t src_type = lv_image_src_get_type(src); /*Get the source type*/
|
||||||
|
|
||||||
/*If it's a PNG file...*/
|
/*If it's a PNG file...*/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user