1--- video_x.c.orig 2000-10-30 22:15:34 UTC 2+++ video_x.c 3@@ -365,7 +365,7 @@ void handle_joypad_key(int type, KeySym keysym) 4 ui_joypad->data &= ~ui_joypad->button_template->buttons[0]; 5 } 6 7- default: 8+ default: break; 9 } 10 } 11 12 13