From a15457b8d7398041b01313d9e8cf4d7599531d6d Mon Sep 17 00:00:00 2001 From: voroshil Date: Sun, 14 Oct 2007 07:20:24 +0000 Subject: Remove unnecessary curly braces. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24782 b3059339-0415-0410-9bf9-f77b7e298cf2 --- stream/tv.c | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'stream/tv.c') diff --git a/stream/tv.c b/stream/tv.c index d26111963f..a6683830c5 100644 --- a/stream/tv.c +++ b/stream/tv.c @@ -380,12 +380,9 @@ static int open_tv(tvi_handle_t *tvh) if (funcs->control(tvh->priv, TVI_CONTROL_TUN_SET_NORM, &tvh->tv_param->normid) != TVI_CONTROL_TRUE) { mp_msg(MSGT_TV, MSGL_ERR, MSGTR_TV_CannotSetNorm); } - } else { + } else #endif tv_set_norm(tvh,tvh->tv_param->norm); -#if defined(HAVE_TV_V4L2) || defined(HAVE_TV_DSHOW) - } -#endif #ifdef HAVE_TV_V4L1 if ( tvh->tv_param->mjpeg ) -- cgit v1.2.3