diff options
| author | Marcoen Hirschberg <marcoen@gmail.com> | 2007-05-19 00:51:21 +0000 |
|---|---|---|
| committer | Marcoen Hirschberg <marcoen@gmail.com> | 2007-05-19 00:51:21 +0000 |
| commit | 6ea228d39d780ea86967fc11fa86c34e8f4779fe (patch) | |
| tree | ea4713f1767f8cc2ce05b289b2859caa5470b125 /apps/plugins/chessbox | |
| parent | fabe988eb2881e5c08396d74a8292fec205b3caf (diff) | |
| download | rockbox-6ea228d39d780ea86967fc11fa86c34e8f4779fe.zip rockbox-6ea228d39d780ea86967fc11fa86c34e8f4779fe.tar.gz rockbox-6ea228d39d780ea86967fc11fa86c34e8f4779fe.tar.bz2 rockbox-6ea228d39d780ea86967fc11fa86c34e8f4779fe.tar.xz | |
fix warnings
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13407 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/plugins/chessbox')
| -rw-r--r-- | apps/plugins/chessbox/chessbox.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugins/chessbox/chessbox.c b/apps/plugins/chessbox/chessbox.c index 8db5488..1418aab 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", |