Skip to content

Commit

Permalink
Fix typo in ca57643
Browse files Browse the repository at this point in the history
  • Loading branch information
embeddedt authored Dec 26, 2019
1 parent 26fdb15 commit b9c8ee1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lv_draw/lv_draw_label.c
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ void lv_draw_label(const lv_area_t * coords, const lv_area_t * mask, const lv_st
char *bidi_txt = lv_draw_get_buf(line_end - line_start + 1);
lv_bidi_process_paragraph(txt + line_start, bidi_txt, line_end - line_start, bidi_dir, NULL, 0);
#else
(void)bidir_dir;
(void)bidi_dir;
const char *bidi_txt = txt + line_start;
#endif

Expand Down

0 comments on commit b9c8ee1

Please sign in to comment.