From feae991575a32b1929405a4558da7b8c9340f13d Mon Sep 17 00:00:00 2001 From: Kjell Ericson Date: Thu, 17 Oct 2002 18:42:47 +0000 Subject: Changed Logf to printf while debugging. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2708 a1c6a512-1295-4272-9138-f99709370657 --- uisimulator/x11/lcd-x11.c | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'uisimulator/x11/lcd-x11.c') diff --git a/uisimulator/x11/lcd-x11.c b/uisimulator/x11/lcd-x11.c index c28a2b9528..a5cc5c0965 100644 --- a/uisimulator/x11/lcd-x11.c +++ b/uisimulator/x11/lcd-x11.c @@ -61,7 +61,7 @@ void lcd_update (void) if(lcd_framebuffer[x][y/8] || lcd_framebuffer_copy[x][y/8]) { /* one or more bits/pixels are changed */ unsigned char diff = - lcd_framebuffer[x][y/8] ^ lcd_framebuffer_copy[x][y/8]; + lcd_framebuffer[x][y/8] ^ lcd_framebuffer_copy[x][y/8]; for(bit=0; bit<8; bit++) { if(lcd_framebuffer[x][y/8]&(1<