summaryrefslogtreecommitdiff
path: root/apps/plugins/disktidy.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/disktidy.c')
-rw-r--r--apps/plugins/disktidy.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugins/disktidy.c b/apps/plugins/disktidy.c
index d1f40cf9f8..ca4fb9b830 100644
--- a/apps/plugins/disktidy.c
+++ b/apps/plugins/disktidy.c
@@ -87,8 +87,8 @@ void tidy_lcd_status(const char *name, int *removed)
87 rb->snprintf(text, 24, "Cleaned up %d items", *removed); 87 rb->snprintf(text, 24, "Cleaned up %d items", *removed);
88#ifdef HAVE_LCD_BITMAP 88#ifdef HAVE_LCD_BITMAP
89 rb->lcd_puts(0, 2, text); 89 rb->lcd_puts(0, 2, text);
90 rb->lcd_update();
91#endif 90#endif
91 rb->lcd_update();
92} 92}
93 93
94void tidy_get_absolute_path(struct dirent *entry, char *fullname, 94void tidy_get_absolute_path(struct dirent *entry, char *fullname,