forked from len0rd/rockbox
fix warnings
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13407 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
fabe988eb2
commit
6ea228d39d
1 changed files with 1 additions and 1 deletions
|
@ -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",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue