summaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
authorMarcoen Hirschberg <marcoen@gmail.com>2007-05-19 00:51:21 +0000
committerMarcoen Hirschberg <marcoen@gmail.com>2007-05-19 00:51:21 +0000
commit6ea228d39d780ea86967fc11fa86c34e8f4779fe (patch)
treeea4713f1767f8cc2ce05b289b2859caa5470b125 /apps
parentfabe988eb2881e5c08396d74a8292fec205b3caf (diff)
downloadrockbox-6ea228d39d780ea86967fc11fa86c34e8f4779fe.tar.gz
rockbox-6ea228d39d780ea86967fc11fa86c34e8f4779fe.zip
fix warnings
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13407 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps')
-rw-r--r--apps/plugins/chessbox/chessbox.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugins/chessbox/chessbox.c b/apps/plugins/chessbox/chessbox.c
index 8db5488105..1418aab1d6 100644
--- a/apps/plugins/chessbox/chessbox.c
+++ b/apps/plugins/chessbox/chessbox.c
@@ -519,7 +519,7 @@ void cb_restoreposition ( void ) {
519static int cb_menu(void) 519static int cb_menu(void)
520{ 520{
521 int selection; 521 int selection;
522 int result; 522 int result = 0;
523 bool menu_quit = false; 523 bool menu_quit = false;
524 524
525 MENUITEM_STRINGLIST(menu,"Chessbox Menu",NULL,"New Game","Resume Game", 525 MENUITEM_STRINGLIST(menu,"Chessbox Menu",NULL,"New Game","Resume Game",