summaryrefslogtreecommitdiff
path: root/apps/plugins/rockpaint.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/rockpaint.c')
-rw-r--r--apps/plugins/rockpaint.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugins/rockpaint.c b/apps/plugins/rockpaint.c
index da0d1c83c3..bedec839c5 100644
--- a/apps/plugins/rockpaint.c
+++ b/apps/plugins/rockpaint.c
@@ -776,7 +776,7 @@ static bool browse_fonts( char *dst, int dst_size )
776#define WIDTH ( LCD_WIDTH - 20 ) 776#define WIDTH ( LCD_WIDTH - 20 )
777#define HEIGHT ( LCD_HEIGHT - 20 ) 777#define HEIGHT ( LCD_HEIGHT - 20 )
778#define LINE_SPACE 2 778#define LINE_SPACE 2
779 int top, top_inside, left; 779 int top, top_inside = 0, left;
780 780
781 DIR *d; 781 DIR *d;
782 struct dirent *de; 782 struct dirent *de;