graphics/pdcurs34: Fix compile error
Fix a compile error when CONFIG_SYSTEM_TERMCURSES=y.
This commit is contained in:
parent
7b074bcf66
commit
95aece012a
@ -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 */
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user