summaryrefslogtreecommitdiff
path: root/apps/screens.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/screens.h')
-rw-r--r--apps/screens.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/screens.h b/apps/screens.h
index 7f2bc6ed0e..d8b697a2a0 100644
--- a/apps/screens.h
+++ b/apps/screens.h
@@ -43,7 +43,7 @@ bool set_time_screen(const char* title, struct tm *tm);
43 43
44bool shutdown_screen(void); 44bool shutdown_screen(void);
45bool browse_id3(void); 45bool browse_id3(void);
46bool view_runtime(void); 46int view_runtime(void);
47 47
48#ifdef HAVE_TOUCHSCREEN 48#ifdef HAVE_TOUCHSCREEN
49int calibrate(void); 49int calibrate(void);