diff options
Diffstat (limited to 'board/esd/common/lcd.c')
| -rw-r--r-- | board/esd/common/lcd.c | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/board/esd/common/lcd.c b/board/esd/common/lcd.c index a1fc18089..d2d642a1a 100644 --- a/board/esd/common/lcd.c +++ b/board/esd/common/lcd.c @@ -136,7 +136,7 @@ void lcd_init(uchar *lcd_reg, uchar *lcd_mem, S1D_REGS *regs, int reg_count,  		}  		s1dValue = regs[i].Value;  		lcd_reg[s1dReg] = s1dValue; -        } +	}  	/*  	 * Decompress bmp image |