summaryrefslogtreecommitdiff
path: root/apps/plugins/chessbox/chessbox.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/chessbox/chessbox.c')
-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 6cf77b4347..d16497dc6a 100644
--- a/apps/plugins/chessbox/chessbox.c
+++ b/apps/plugins/chessbox/chessbox.c
@@ -292,7 +292,7 @@ struct cb_command cb_getcommand (void) {
292 int button = BUTTON_NONE; 292 int button = BUTTON_NONE;
293 int marked = false , from_marked = false ; 293 int marked = false , from_marked = false ;
294 short marked_x = 0 , marked_y = 0 ; 294 short marked_x = 0 , marked_y = 0 ;
295 struct cb_command result; 295 struct cb_command result = { 0, {0,0,0,0,0}, 0 };
296 296
297 cb_switch ( x , y ); 297 cb_switch ( x , y );
298 /* main loop */ 298 /* main loop */