diff options
Diffstat (limited to 'apps/plugins')
-rw-r--r-- | apps/plugins/pictureflow.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/apps/plugins/pictureflow.c b/apps/plugins/pictureflow.c index acae82a2f5..320e39c842 100644 --- a/apps/plugins/pictureflow.c +++ b/apps/plugins/pictureflow.c | |||
@@ -620,7 +620,7 @@ void draw_progressbar(int step) | |||
620 | */ | 620 | */ |
621 | bool create_albumart_cache(void) | 621 | bool create_albumart_cache(void) |
622 | { | 622 | { |
623 | int fh,ret; | 623 | int ret; |
624 | 624 | ||
625 | int i, slides = 0; | 625 | int i, slides = 0; |
626 | struct bitmap input_bmp; | 626 | struct bitmap input_bmp; |
@@ -666,7 +666,6 @@ bool create_albumart_cache(void) | |||
666 | } | 666 | } |
667 | cache_version = CACHE_VERSION; | 667 | cache_version = CACHE_VERSION; |
668 | configfile_save(CONFIG_FILE, config, CONFIG_NUM_ITEMS, CONFIG_VERSION); | 668 | configfile_save(CONFIG_FILE, config, CONFIG_NUM_ITEMS, CONFIG_VERSION); |
669 | rb->close(fh); | ||
670 | return true; | 669 | return true; |
671 | } | 670 | } |
672 | 671 | ||