summaryrefslogtreecommitdiffstats
path: root/libvo/vo_quartz.c
diff options
context:
space:
mode:
Diffstat (limited to 'libvo/vo_quartz.c')
-rw-r--r--libvo/vo_quartz.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libvo/vo_quartz.c b/libvo/vo_quartz.c
index f7a730a14d..23b3e951a7 100644
--- a/libvo/vo_quartz.c
+++ b/libvo/vo_quartz.c
@@ -339,7 +339,7 @@ static OSStatus MouseEventHandler(EventHandlerCallRef nextHandler, EventRef even
{
if (part != inContent)
break;
- switch (button)
+ switch (button)
{
case kEventMouseButtonPrimary:
mplayer_put_key(MOUSE_BTN0);