summaryrefslogtreecommitdiff
path: root/apps/screens.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/screens.c')
-rw-r--r--apps/screens.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/screens.c b/apps/screens.c
index 81472e6cc7..a11c4333ea 100644
--- a/apps/screens.c
+++ b/apps/screens.c
@@ -805,7 +805,7 @@ static int runtime_speak_data(int selected_item, void* data)
805 talk_ids(false, 805 talk_ids(false,
806 (selected_item < 2) ? LANG_RUNNING_TIME : LANG_TOP_TIME, 806 (selected_item < 2) ? LANG_RUNNING_TIME : LANG_TOP_TIME,
807 TALK_ID((selected_item < 2) ? global_status.runtime 807 TALK_ID((selected_item < 2) ? global_status.runtime
808 : global_status.topruntime, UNIT_TIME)); 808 : global_status.topruntime, UNIT_TIME_EXACT));
809 return 0; 809 return 0;
810} 810}
811 811