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

chore: remove break (#4963)

This commit is contained in:
Benign X 2023-12-09 04:43:53 +08:00 committed by GitHub
parent 5d3fab0fa7
commit cd368b0a40
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -219,7 +219,6 @@ static lv_cache_entry_t * draw_to_texture(lv_draw_sdl_unit_t * u)
} }
default: default:
return NULL; return NULL;
break;
} }
while(dest_layer.draw_task_head) { while(dest_layer.draw_task_head) {