Corrected invalid function prototype.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3960 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Björn Stenberg 2003-09-21 00:57:54 +00:00
parent 0c0978f6e4
commit bf25aadf88

View file

@ -698,7 +698,7 @@ static void show_grid(void)
/******************************************************************** /********************************************************************
* flash the board - used for invalid move! * flash the board - used for invalid move!
********************************************************************/ ********************************************************************/
static void flashboard() static void flashboard(void)
{ {
rb->lcd_invertrect(0,0, (8*7)+1,(8*7)+1); rb->lcd_invertrect(0,0, (8*7)+1,(8*7)+1);
rb->lcd_update_rect(0,0, (8*7)+1,(8*7)+1); rb->lcd_update_rect(0,0, (8*7)+1,(8*7)+1);