From 6ea228d39d780ea86967fc11fa86c34e8f4779fe Mon Sep 17 00:00:00 2001 From: Marcoen Hirschberg Date: Sat, 19 May 2007 00:51:21 +0000 Subject: fix warnings git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13407 a1c6a512-1295-4272-9138-f99709370657 --- apps/plugins/chessbox/chessbox.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps') 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 ) { static int cb_menu(void) { int selection; - int result; + int result = 0; bool menu_quit = false; MENUITEM_STRINGLIST(menu,"Chessbox Menu",NULL,"New Game","Resume Game", -- cgit v1.2.3