forked from len0rd/rockbox
I meant that to be static.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7808 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
2fce981722
commit
94c67365aa
1 changed files with 1 additions and 1 deletions
|
|
@ -901,7 +901,7 @@ void lcd_puts_scroll_style(int x, int y, const unsigned char *string, int style)
|
||||||
scrolling_lines &= ~(1<<y);
|
scrolling_lines &= ~(1<<y);
|
||||||
}
|
}
|
||||||
|
|
||||||
void scroll_thread(void)
|
static void scroll_thread(void)
|
||||||
{
|
{
|
||||||
struct font* pf;
|
struct font* pf;
|
||||||
struct scrollinfo* s;
|
struct scrollinfo* s;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue