summaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
Diffstat (limited to 'apps')
-rw-r--r--apps/gui/list.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/gui/list.c b/apps/gui/list.c
index 284b83012a..4b5f327941 100644
--- a/apps/gui/list.c
+++ b/apps/gui/list.c
@@ -97,6 +97,7 @@ static void list_init_viewports(struct gui_synclist *list)
97#endif 97#endif
98 } 98 }
99 } 99 }
100 list_need_reinit = false;
100} 101}
101#else 102#else
102#define list_init_viewports(a) 103#define list_init_viewports(a)