summaryrefslogtreecommitdiffstats
path: root/stream/tv.c
diff options
context:
space:
mode:
authorvoroshil <voroshil@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-10-14 07:20:24 +0000
committervoroshil <voroshil@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-10-14 07:20:24 +0000
commita15457b8d7398041b01313d9e8cf4d7599531d6d (patch)
tree3acb3fcfa3028ca296247e3d6af13b564b21d4be /stream/tv.c
parentf9a227eb94ea662899179ae4e130d74c20281ef7 (diff)
downloadmpv-a15457b8d7398041b01313d9e8cf4d7599531d6d.tar.bz2
mpv-a15457b8d7398041b01313d9e8cf4d7599531d6d.tar.xz
Remove unnecessary curly braces.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24782 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'stream/tv.c')
-rw-r--r--stream/tv.c5
1 files changed, 1 insertions, 4 deletions
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 )