1
0
Fork 0
forked from len0rd/rockbox

Cleanup comment

Change-Id: If39a5d2f64a9453a9b9b0cf0a2e3ad36027978ff
This commit is contained in:
Marcin Bukat 2018-06-12 13:02:47 +02:00
parent f4390794ef
commit 32e8028a04

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, 0, 0 };
fb_data bits;
memset(&bits, 0, sizeof(fb_data));
/******************** In viewport clipping **********************/