ports/emulators/darcnes/files/patch-video__x.c
Pawel Pekala 2a9f1991aa - COMMENT should start wit capital letter
- Remove deprecated WANT_GNOME
- Turn pkg-plist to PLIST_FILES, PORTDOCS - only 2 plist items
- Convert to options helpers, add missing dependencies when GTK1=on
- Fix build when SVGALIB=on => patch-video__svga.c
- Regenerate patches with make makepatch
2017-07-16 18:06:45 +00:00

11 lines
245 B
C

--- video_x.c.orig 2000-10-30 22:15:34 UTC
+++ video_x.c
@@ -365,7 +365,7 @@ void handle_joypad_key(int type, KeySym keysym)
ui_joypad->data &= ~ui_joypad->button_template->buttons[0];
}
- default:
+ default: break;
}
}