summaryrefslogtreecommitdiff
path: root/apps/screens.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/screens.c')
-rw-r--r--apps/screens.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/screens.c b/apps/screens.c
index 569ece4faa..0855b12002 100644
--- a/apps/screens.c
+++ b/apps/screens.c
@@ -1270,8 +1270,8 @@ static int runtime_speak_data(int selected_item, void* data)
1270 1270
1271bool view_runtime(void) 1271bool view_runtime(void)
1272{ 1272{
1273 unsigned char *lines[]={ID2P(LANG_CLEAR_TIME)}; 1273 static const char *lines[]={ID2P(LANG_CLEAR_TIME)};
1274 struct text_message message={(char **)lines, 1}; 1274 static const struct text_message message={lines, 1};
1275 1275
1276 struct gui_synclist lists; 1276 struct gui_synclist lists;
1277 int action; 1277 int action;