From 44fa025d8f252b468f25d598976c780262e46cb2 Mon Sep 17 00:00:00 2001 From: Bertrik Sikken Date: Tue, 5 Jan 2010 21:15:20 +0000 Subject: Use plain int (instead of char) for field selection_size in struct simplelist_info git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24188 a1c6a512-1295-4272-9138-f99709370657 --- apps/gui/list.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps') diff --git a/apps/gui/list.h b/apps/gui/list.h index ed61889083..ef16c719c1 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; -- cgit v1.2.3