mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-11-18 09:32:40 -05:00
Corrected invalid function prototype.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3960 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
0c0978f6e4
commit
bf25aadf88
1 changed files with 1 additions and 1 deletions
|
|
@ -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);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue