diff options
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; |