summaryrefslogtreecommitdiff
path: root/apps/gui/list.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/gui/list.h')
-rw-r--r--apps/gui/list.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/gui/list.h b/apps/gui/list.h
index 643f662f63..c1126f257f 100644
--- a/apps/gui/list.h
+++ b/apps/gui/list.h
@@ -179,7 +179,7 @@ extern bool gui_synclist_item_is_onscreen(struct gui_synclist *lists,
179 * NOTE: *action may be changed regardless of return value 179 * NOTE: *action may be changed regardless of return value
180 */ 180 */
181extern bool gui_synclist_do_button(struct gui_synclist * lists, 181extern bool gui_synclist_do_button(struct gui_synclist * lists,
182 unsigned *action, 182 int *action,
183 enum list_wrap); 183 enum list_wrap);
184 184
185/* If the list has a pending postponed scheduled announcement, that 185/* If the list has a pending postponed scheduled announcement, that