Remove unnecessary curly braces.

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24782 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
voroshil 2007-10-14 07:20:24 +00:00
parent f9a227eb94
commit a15457b8d7
1 changed files with 1 additions and 4 deletions

View File

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