resindvd: Fix silly typo in button state tracking.

This commit is contained in:
Jan Schmidt 2010-11-16 17:09:06 +11:00 committed by Jan Schmidt
parent f3d8e3920d
commit c12fc9edda

View file

@ -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