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 4e2bbd0f3a..4aa3ac289b 100644
--- a/libvo/vo_quartz.c
+++ b/libvo/vo_quartz.c
@@ -337,7 +337,7 @@ static OSStatus MouseEventHandler(EventHandlerCallRef nextHandler, EventRef even
{
if (part != inContent)
break;
- switch (button)
+ switch (button)
{
case kEventMouseButtonPrimary:
mplayer_put_key(MOUSE_BTN0);