summaryrefslogtreecommitdiff
path: root/apps/debug_menu.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/debug_menu.c')
-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 9c911eea4d..1abeac2622 100644
--- a/apps/debug_menu.c
+++ b/apps/debug_menu.c
@@ -870,7 +870,7 @@ static int tsc2100debug_action_callback(int action, struct gui_synclist *lists)
870 if (action == ACTION_STD_OK) 870 if (action == ACTION_STD_OK)
871 { 871 {
872 *page = (*page+1)%3; 872 *page = (*page+1)%3;
873 snprintf(lists->title, 32, "tsc2100 registers - Page %d", *page); 873 snprintf((char*)lists->title, 32, "tsc2100 registers - Page %d", *page);
874 return ACTION_REDRAW; 874 return ACTION_REDRAW;
875 } 875 }
876 return action; 876 return action;