1
0
Fork 0
forked from len0rd/rockbox

Fix some build errors and warnings.

Change-Id: I149c00fc6ba47d5134ad4f74c364bffd24079824
This commit is contained in:
Thomas Martitz 2014-06-21 00:49:05 +02:00
parent dbb76896ec
commit 8f6c779ff6
4 changed files with 12 additions and 6 deletions

View file

@ -189,7 +189,7 @@ void lcd_fillrect(int x, int y, int width, int height)
enum fill_opt fillopt = OPT_NONE;
fb_data *dst, *dst_end;
int len, step;
fb_data bits = { 0 };
fb_data bits = { 0, 0, 0 };
/******************** In viewport clipping **********************/
/* nothing to draw? */