diff options
| author | Jonathan Gordon <rockbox@jdgordon.info> | 2009-06-16 05:32:47 +0000 |
|---|---|---|
| committer | Jonathan Gordon <rockbox@jdgordon.info> | 2009-06-16 05:32:47 +0000 |
| commit | e3cb71d6b1f84805e8b92d7397cf63fde01f7b4e (patch) | |
| tree | 46b10b3c9704affe0b965a48c502a927ba23e85d /apps | |
| parent | 2c44b7fd1c299055c66a56778da80bf1c04cb9bd (diff) | |
| download | rockbox-e3cb71d6b1f84805e8b92d7397cf63fde01f7b4e.zip rockbox-e3cb71d6b1f84805e8b92d7397cf63fde01f7b4e.tar.gz rockbox-e3cb71d6b1f84805e8b92d7397cf63fde01f7b4e.tar.bz2 rockbox-e3cb71d6b1f84805e8b92d7397cf63fde01f7b4e.tar.xz | |
fix mysterious yellow which was one commit too slow
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21308 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps')
| -rw-r--r-- | apps/plugins/rockpaint.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugins/rockpaint.c b/apps/plugins/rockpaint.c index 5112931..20bebdd 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; |