From 9013cb0f9e9667c0152be04c649bcb82d0571e4d Mon Sep 17 00:00:00 2001 From: Antoine Cellerier Date: Sun, 23 Jul 2006 21:17:39 +0000 Subject: Fix compile warning git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10301 a1c6a512-1295-4272-9138-f99709370657 --- apps/plugins/rockpaint.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps') 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 ) #define WIDTH ( LCD_WIDTH - 20 ) #define HEIGHT ( LCD_HEIGHT - 20 ) #define LINE_SPACE 2 - int top, top_inside, left; + int top, top_inside = 0, left; DIR *d; struct dirent *de; -- cgit v1.2.3