Fix compile warning

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10301 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Antoine Cellerier 2006-07-23 21:17:39 +00:00
parent a096c83689
commit 9013cb0f9e

View file

@ -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;