diff options
| -rw-r--r-- | apps/gui/list.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/gui/list.h b/apps/gui/list.h index ed61889..ef16c71 100644 --- a/apps/gui/list.h +++ b/apps/gui/list.h @@ -206,7 +206,7 @@ extern bool list_do_action(int context, int timeout, struct simplelist_info { char *title; /* title to show on the list */ int count; /* number of items in the list, each item is selection_size high */ - char selection_size; /* list selection size, usually 1 */ + int selection_size; /* list selection size, usually 1 */ bool hide_selection; bool scroll_all; int timeout; |