summaryrefslogtreecommitdiffstats
path: root/firmware/scroll_engine.c
diff options
context:
space:
mode:
authorBertrik Sikken <bertrik@sikken.nl>2010-07-31 13:41:06 +0000
committerBertrik Sikken <bertrik@sikken.nl>2010-07-31 13:41:06 +0000
commit76f4c02dc59f5c6139ffa7b2b887bf81011fcd5d (patch)
tree83ba5c6945ce54e4d54d4b6b8682579e59e98fe2 /firmware/scroll_engine.c
parent38e0918eb5822e3f7b36cc88606f61c99003d82f (diff)
downloadrockbox-76f4c02dc59f5c6139ffa7b2b887bf81011fcd5d.tar.gz
rockbox-76f4c02dc59f5c6139ffa7b2b887bf81011fcd5d.zip
Various minor clean-ups for mrobe
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27639 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/scroll_engine.c')
-rw-r--r--firmware/scroll_engine.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/firmware/scroll_engine.c b/firmware/scroll_engine.c
index 4fee7ed1d6..fb1628a9c4 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 =