graphics/pdcurs34: Fix compile error

Fix a compile error when CONFIG_SYSTEM_TERMCURSES=y.
This commit is contained in:
SPRESENSE 2021-07-04 09:13:18 +09:00 committed by Xiang Xiao
parent 7b074bcf66
commit 95aece012a

View File

@ -838,7 +838,7 @@ static void PDC_transform_line_term(FAR SCREEN *s, int lineno, int x,
/* Move to the specified line / col */
PDC_gotoyx_term(sp, lineno, x);
PDC_gotoyx_term(s, lineno, x);
/* Loop through all characters to be displayed */