summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--apps/debug_menu.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/debug_menu.c b/apps/debug_menu.c
index 33970da581..23deb6cff2 100644
--- a/apps/debug_menu.c
+++ b/apps/debug_menu.c
@@ -2097,7 +2097,7 @@ static int radio_callback(int btn, struct gui_synclist *lists)
2097 2097
2098 struct tm* time = gmtime(&seconds); 2098 struct tm* time = gmtime(&seconds);
2099 simplelist_addline( 2099 simplelist_addline(
2100 "CT:%4d-%02d-%02d %02d:%02d", 2100 "CT:%4d-%02d-%02d %02d:%02d:%02d",
2101 time->tm_year + 1900, time->tm_mon + 1, time->tm_mday, 2101 time->tm_year + 1900, time->tm_mon + 1, time->tm_mday,
2102 time->tm_hour, time->tm_min, time->tm_sec); 2102 time->tm_hour, time->tm_min, time->tm_sec);
2103 } 2103 }