From af7e76c80bdab54df9eb664523a36ce35352811f Mon Sep 17 00:00:00 2001 From: reimar Date: Sun, 25 Apr 2010 16:20:54 +0000 Subject: Missing space after if. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@31093 b3059339-0415-0410-9bf9-f77b7e298cf2 --- libvo/sdl_common.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libvo') 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; -- cgit v1.2.3