summaryrefslogtreecommitdiffstats
path: root/libvo
diff options
context:
space:
mode:
authorreimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2>2010-04-25 16:20:54 +0000
committerreimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2>2010-04-25 16:20:54 +0000
commitaf7e76c80bdab54df9eb664523a36ce35352811f (patch)
tree5af5e4f0399fb03cce2631e77e7b1dd18332fe60 /libvo
parent3d2259d365bc410c2aad5667c8de7aa32f9ca433 (diff)
downloadmpv-af7e76c80bdab54df9eb664523a36ce35352811f.tar.bz2
mpv-af7e76c80bdab54df9eb664523a36ce35352811f.tar.xz
Missing space after if.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@31093 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'libvo')
-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;