diff --git a/src/lv_misc/lv_ll.h b/src/lv_misc/lv_ll.h index 3c05c1e90..2ac66a48f 100644 --- a/src/lv_misc/lv_ll.h +++ b/src/lv_misc/lv_ll.h @@ -136,8 +136,8 @@ uint32_t lv_ll_get_len(const lv_ll_t * ll_p); * @param ll_p * @param n1_p * @param n2_p - */ void lv_ll_swap(lv_ll_t * ll_p, void * n1_p, void * n2_p); + */ /** * Move a nodw before an other node in the same linked list