Mercurial > mplayer.hg
changeset 24754:1c9d285e5a25
Remove unnecessary curly braces.
author | voroshil |
---|---|
date | Sun, 14 Oct 2007 07:20:24 +0000 |
parents | 0dca70b5337b |
children | d22f7397f563 |
files | stream/tv.c |
diffstat | 1 files changed, 1 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- a/stream/tv.c Sun Oct 14 06:28:51 2007 +0000 +++ b/stream/tv.c Sun Oct 14 07:20:24 2007 +0000 @@ -380,12 +380,9 @@ 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 )