1
0
Fork 0
forked from len0rd/rockbox

Include File Cleanup And Move-Around Party 2003.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3213 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Daniel Stenberg 2003-02-07 09:41:57 +00:00
parent 850f597f95
commit f9b4490066
21 changed files with 1093 additions and 3 deletions

View file

@ -669,6 +669,8 @@ void lcd_puts_scroll(int x, int y, unsigned char* string)
int index;
int free_index=0;
DEBUGF("puts_scroll: %s\n", string);
for (index = 0; index < SCROLLABLE_LINES; index++) {
s = &scroll[index];