fix typo in the API

This commit is contained in:
Gabor Kiss-Vamosi
2020-06-16 12:03:32 +02:00
parent 00f8af0fb5
commit 4668bc0ee3
13 changed files with 91 additions and 87 deletions

View File

@@ -172,7 +172,7 @@ static inline lv_scrollbar_mode_t lv_page_get_scrlbar_mode(lv_obj_t * page)
static inline lv_obj_t * lv_page_get_scrl(lv_obj_t * page)
{
return lv_page_get_scrllable(page);
return lv_page_get_scrollable(page);
}
#endif