summaryrefslogtreecommitdiff
path: root/apps/plugins
diff options
context:
space:
mode:
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);