From 9cedf39430ad5615e3f27df3ab02e942d8ec1732 Mon Sep 17 00:00:00 2001 From: Jens Arnold Date: Thu, 23 Jun 2005 17:13:05 +0000 Subject: Fix red builds. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6845 a1c6a512-1295-4272-9138-f99709370657 --- firmware/export/lcd-remote.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'firmware/export/lcd-remote.h') diff --git a/firmware/export/lcd-remote.h b/firmware/export/lcd-remote.h index 58133fc7ce..c5793eda93 100644 --- a/firmware/export/lcd-remote.h +++ b/firmware/export/lcd-remote.h @@ -52,7 +52,7 @@ extern void lcd_remote_puts_scroll_style(int x, int y, const unsigned char* stri int style); extern void lcd_remote_update(void); -extern void lcd_remote_update_rect int x_start, int y, int width, int height); +extern void lcd_remote_update_rect(int x_start, int y, int width, int height); /* Memory copy of display bitmap */ extern unsigned char lcd_remote_framebuffer[LCD_REMOTE_HEIGHT/8][LCD_REMOTE_WIDTH]; -- cgit v1.2.3