fix mysterious yellow which was one commit too slow

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21308 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Jonathan Gordon 2009-06-16 05:32:47 +00:00
parent 2c44b7fd1c
commit e3cb71d6b1

View file

@ -604,7 +604,7 @@ static char * browse_get_name_cb( int selected_item, void *data,
static bool browse( char *dst, int dst_size, const char *start )
{
struct gui_synclist browse_list;
int item_count, selected, button;
int item_count = 0, selected, button;
struct tree_context backup;
struct entry *dc;
bool reload = true;