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

fix issue after fixing conflits

This commit is contained in:
Gabor Kiss-Vamosi 2021-03-01 15:56:33 +01:00
parent 2aacbd5ddd
commit 293807eb27

View File

@ -85,7 +85,6 @@ lv_res_t lv_img_decoder_get_info(const void * src, lv_img_header_t * header)
lv_res_t res = LV_RES_INV;
lv_img_decoder_t * d;
_LV_LL_READ(&LV_GC_ROOT(_lv_img_defoder_ll), d) {
_LV_LL_READ(&LV_GC_ROOT(_lv_img_decoder_ll), d) {
if(d->info_cb) {
res = d->info_cb(d, src, header);