1
0
Fork 0
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:
Thom Johansen 2005-11-10 01:27:56 +00:00
parent 2fce981722
commit 94c67365aa

View file

@ -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;