From 76f4c02dc59f5c6139ffa7b2b887bf81011fcd5d Mon Sep 17 00:00:00 2001 From: Bertrik Sikken Date: Sat, 31 Jul 2010 13:41:06 +0000 Subject: Various minor clean-ups for mrobe git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27639 a1c6a512-1295-4272-9138-f99709370657 --- firmware/scroll_engine.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'firmware/scroll_engine.c') diff --git a/firmware/scroll_engine.c b/firmware/scroll_engine.c index 4fee7ed..fb1628a 100644 --- a/firmware/scroll_engine.c +++ b/firmware/scroll_engine.c @@ -47,8 +47,8 @@ static const char scroll_name[] = "scroll"; static struct scrollinfo lcd_scroll[LCD_SCROLLABLE_LINES]; #ifdef HAVE_REMOTE_LCD -struct scrollinfo lcd_remote_scroll[LCD_REMOTE_SCROLLABLE_LINES]; -struct event_queue scroll_queue; +static struct scrollinfo lcd_remote_scroll[LCD_REMOTE_SCROLLABLE_LINES]; +static struct event_queue scroll_queue; #endif struct scroll_screen_info lcd_scroll_info = -- cgit v1.1