summaryrefslogtreecommitdiffstats
path: root/libvo/sdl_common.c
diff options
context:
space:
mode:
Diffstat (limited to 'libvo/sdl_common.c')
-rw-r--r--libvo/sdl_common.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libvo/sdl_common.c b/libvo/sdl_common.c
index 9764ddc389..2aef6e39ff 100644
--- a/libvo/sdl_common.c
+++ b/libvo/sdl_common.c
@@ -140,7 +140,7 @@ int sdl_default_handle_event(SDL_Event *event)
break;
case SDL_MOUSEBUTTONUP:
- if(!vo_nomouse_input)
+ if (!vo_nomouse_input)
mplayer_put_key(MOUSE_BTN0 + event->button.button - 1);
break;