summaryrefslogtreecommitdiff
path: root/apps/gui/statusbar-skinned.c
diff options
context:
space:
mode:
authorJonathan Gordon <rockbox@jdgordon.info>2010-01-29 08:39:08 +0000
committerJonathan Gordon <rockbox@jdgordon.info>2010-01-29 08:39:08 +0000
commit4c514b9d942a8bc1e1c0d9599886aff138446b13 (patch)
tree3bfbc062e3e1b70130628f0a5de88e210f3b437e /apps/gui/statusbar-skinned.c
parent03ab592c9cc6a22cb09b4e01d4b403cd68daeaa4 (diff)
downloadrockbox-4c514b9d942a8bc1e1c0d9599886aff138446b13.tar.gz
rockbox-4c514b9d942a8bc1e1c0d9599886aff138446b13.zip
really the last of the red this time
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24370 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/gui/statusbar-skinned.c')
-rw-r--r--apps/gui/statusbar-skinned.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/gui/statusbar-skinned.c b/apps/gui/statusbar-skinned.c
index 2631b4c4f4..6f556c3009 100644
--- a/apps/gui/statusbar-skinned.c
+++ b/apps/gui/statusbar-skinned.c
@@ -93,7 +93,7 @@ bool sb_set_backdrop(enum screen_type screen, char* filename)
93 /* need to make room on the buffer */ 93 /* need to make room on the buffer */
94 size_t buf_size; 94 size_t buf_size;
95#if defined(HAVE_REMOTE_LCD) && (LCD_REMOTE_DEPTH > 1) 95#if defined(HAVE_REMOTE_LCD) && (LCD_REMOTE_DEPTH > 1)
96 if (curr_screen == SCREEN_REMOTE) 96 if (screen == SCREEN_REMOTE)
97 buf_size = REMOTE_LCD_BACKDROP_BYTES; 97 buf_size = REMOTE_LCD_BACKDROP_BYTES;
98 else 98 else
99#endif 99#endif