From f9b44900669c8af2b7a101d201c43beec2bc89dd Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Fri, 7 Feb 2003 09:41:57 +0000 Subject: Include File Cleanup And Move-Around Party 2003. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3213 a1c6a512-1295-4272-9138-f99709370657 --- firmware/drivers/lcd-recorder.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'firmware/drivers') 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]; -- cgit v1.1