mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-10-14 02:27:39 -04:00
LCD scrolling - fix a typo
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23124 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
f2bf463d90
commit
aee6901953
1 changed files with 1 additions and 1 deletions
|
@ -222,7 +222,7 @@ void LCDFN(puts_scroll_style_offset)(int x, int y, const unsigned char *string,
|
|||
/* remove any previously scrolling line at the same location */
|
||||
lcd_scroll_stop_line(current_vp, y);
|
||||
|
||||
if (LCDFN(scroll_info.lines) >= LCDM(SCROLLABLE_LINES)) return;
|
||||
if (LCDFN(scroll_info).lines >= LCDM(SCROLLABLE_LINES)) return;
|
||||
if (!string)
|
||||
return;
|
||||
LCDFN(puts_style_offset)(x, y, string, style, offset);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue