summaryrefslogtreecommitdiff
path: root/apps/plugins
diff options
context:
space:
mode:
authorBjörn Stenberg <bjorn@haxx.se>2003-09-21 00:57:54 +0000
committerBjörn Stenberg <bjorn@haxx.se>2003-09-21 00:57:54 +0000
commitbf25aadf886fc79439ca3751a5d3a523cc7b220b (patch)
tree25a97ef39717e35a670fc22bb0a24f4f8f09894d /apps/plugins
parent0c0978f6e47b5b0d8a1a9afbcf11b7412fa1b4f5 (diff)
downloadrockbox-bf25aadf886fc79439ca3751a5d3a523cc7b220b.zip
rockbox-bf25aadf886fc79439ca3751a5d3a523cc7b220b.tar.gz
rockbox-bf25aadf886fc79439ca3751a5d3a523cc7b220b.tar.bz2
rockbox-bf25aadf886fc79439ca3751a5d3a523cc7b220b.tar.xz
Corrected invalid function prototype.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3960 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/plugins')
-rw-r--r--apps/plugins/othelo.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugins/othelo.c b/apps/plugins/othelo.c
index 386bf52..b30856d 100644
--- a/apps/plugins/othelo.c
+++ b/apps/plugins/othelo.c
@@ -698,7 +698,7 @@ static void show_grid(void)
/********************************************************************
* 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_update_rect(0,0, (8*7)+1,(8*7)+1);