mirror of
https://github.com/mpv-player/mpv
synced 2025-03-25 04:38:01 +00:00
Missing space after if.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@31093 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
3d2259d365
commit
af7e76c80b
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user