summaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
Diffstat (limited to 'apps')
-rw-r--r--apps/gui/list.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/gui/list.c b/apps/gui/list.c
index c01a339aa2..26b6ae30e6 100644
--- a/apps/gui/list.c
+++ b/apps/gui/list.c
@@ -608,7 +608,7 @@ bool gui_synclist_keyclick_callback(int action, void* data)
608 */ 608 */
609static struct gui_synclist *current_lists; 609static struct gui_synclist *current_lists;
610static bool ui_update_event_registered = false; 610static bool ui_update_event_registered = false;
611void _lists_uiviewport_update_callback(void *data) 611static void _lists_uiviewport_update_callback(void *data)
612{ 612{
613 (void)data; 613 (void)data;
614 if (current_lists) 614 if (current_lists)