From e3cb71d6b1f84805e8b92d7397cf63fde01f7b4e Mon Sep 17 00:00:00 2001 From: Jonathan Gordon Date: Tue, 16 Jun 2009 05:32:47 +0000 Subject: fix mysterious yellow which was one commit too slow git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21308 a1c6a512-1295-4272-9138-f99709370657 --- apps/plugins/rockpaint.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/plugins/rockpaint.c b/apps/plugins/rockpaint.c index 5112931d9b..20bebdd11f 100644 --- a/apps/plugins/rockpaint.c +++ b/apps/plugins/rockpaint.c @@ -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; -- cgit v1.2.3