summaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
authorThomas Martitz <kugel@rockbox.org>2013-12-15 00:47:21 +0100
committerThomas Martitz <kugel@rockbox.org>2013-12-15 00:47:21 +0100
commited5b853c18ca122cd95826a80c6fb7c952118031 (patch)
tree2963aea1416df1fa5dbfec047c776eb8a6e3f9cc /apps
parentc72b454286864d728de676ebdf92288dd04ace45 (diff)
downloadrockbox-ed5b853c18ca122cd95826a80c6fb7c952118031.tar.gz
rockbox-ed5b853c18ca122cd95826a80c6fb7c952118031.zip
Fix more reds.
Change-Id: Ie62386a8f3e9986381f96eb83abb69bfc42b42e1
Diffstat (limited to 'apps')
-rw-r--r--apps/screens.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/screens.c b/apps/screens.c
index a069bf19d9..0334329b5d 100644
--- a/apps/screens.c
+++ b/apps/screens.c
@@ -575,6 +575,7 @@ bool set_time_screen(const char* title, struct tm *tm)
575#endif /* defined(HAVE_LCD_BITMAP) && (CONFIG_RTC != 0) */ 575#endif /* defined(HAVE_LCD_BITMAP) && (CONFIG_RTC != 0) */
576 576
577#if (CONFIG_KEYPAD == RECORDER_PAD) && !defined(HAVE_SW_POWEROFF) 577#if (CONFIG_KEYPAD == RECORDER_PAD) && !defined(HAVE_SW_POWEROFF)
578#include "scroll_engine.h"
578bool shutdown_screen(void) 579bool shutdown_screen(void)
579{ 580{
580 int button; 581 int button;