forked from len0rd/rockbox
Fix compile warning
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10301 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
a096c83689
commit
9013cb0f9e
1 changed files with 1 additions and 1 deletions
|
@ -776,7 +776,7 @@ static bool browse_fonts( char *dst, int dst_size )
|
||||||
#define WIDTH ( LCD_WIDTH - 20 )
|
#define WIDTH ( LCD_WIDTH - 20 )
|
||||||
#define HEIGHT ( LCD_HEIGHT - 20 )
|
#define HEIGHT ( LCD_HEIGHT - 20 )
|
||||||
#define LINE_SPACE 2
|
#define LINE_SPACE 2
|
||||||
int top, top_inside, left;
|
int top, top_inside = 0, left;
|
||||||
|
|
||||||
DIR *d;
|
DIR *d;
|
||||||
struct dirent *de;
|
struct dirent *de;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue