summaryrefslogtreecommitdiff
path: root/firmware/drivers
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2003-02-07 09:41:57 +0000
committerDaniel Stenberg <daniel@haxx.se>2003-02-07 09:41:57 +0000
commitf9b44900669c8af2b7a101d201c43beec2bc89dd (patch)
treec07c3b44f5d24acb865289eed580a6ca76bf52fa /firmware/drivers
parent850f597f95decd3a125f7915235ffbae67a195b4 (diff)
downloadrockbox-f9b44900669c8af2b7a101d201c43beec2bc89dd.zip
rockbox-f9b44900669c8af2b7a101d201c43beec2bc89dd.tar.gz
rockbox-f9b44900669c8af2b7a101d201c43beec2bc89dd.tar.bz2
rockbox-f9b44900669c8af2b7a101d201c43beec2bc89dd.tar.xz
Include File Cleanup And Move-Around Party 2003.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3213 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/drivers')
-rw-r--r--firmware/drivers/lcd-recorder.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/firmware/drivers/lcd-recorder.c b/firmware/drivers/lcd-recorder.c
index d1e2a6b..fae4ea2 100644
--- a/firmware/drivers/lcd-recorder.c
+++ b/firmware/drivers/lcd-recorder.c
@@ -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];