From c12fc9edda9e5010b443e40cb76b2d3e1ee56183 Mon Sep 17 00:00:00 2001 From: Jan Schmidt Date: Tue, 16 Nov 2010 17:09:06 +1100 Subject: [PATCH] resindvd: Fix silly typo in button state tracking. --- ext/resindvd/resindvdsrc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext/resindvd/resindvdsrc.c b/ext/resindvd/resindvdsrc.c index 72c8d2544e..3e48e813bd 100644 --- a/ext/resindvd/resindvdsrc.c +++ b/ext/resindvd/resindvdsrc.c @@ -61,7 +61,7 @@ typedef enum RSN_BTN_LEFT = 0x01, RSN_BTN_RIGHT = 0x02, RSN_BTN_UP = 0x04, - RSN_BTN_DOWN = 0x04 + RSN_BTN_DOWN = 0x08 } RsnBtnMask; enum