Missing space after if.

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@31093 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
reimar 2010-04-25 16:20:54 +00:00
parent 3d2259d365
commit af7e76c80b
1 changed files with 1 additions and 1 deletions

View File

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