summaryrefslogtreecommitdiffstats
path: root/stream/tv.c
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2009-10-08 11:25:01 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2009-10-08 11:25:01 +0000
commit50f563f9279f01a9f2177cac84178b153365f037 (patch)
tree5b594cc603e9e9aa42ef9545672578c174d00f27 /stream/tv.c
parent77bc2b34b7c8c36d21bee5a48cd73a0e110122f8 (diff)
downloadmpv-50f563f9279f01a9f2177cac84178b153365f037.tar.bz2
mpv-50f563f9279f01a9f2177cac84178b153365f037.tar.xz
cosmetics: Remove some pointless parentheses from return calls.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29759 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'stream/tv.c')
-rw-r--r--stream/tv.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/stream/tv.c b/stream/tv.c
index 240596b32d..34e184a37f 100644
--- a/stream/tv.c
+++ b/stream/tv.c
@@ -348,7 +348,7 @@ int tv_set_norm_i(tvi_handle_t *tvh, int norm)
}
tvh->functions->control(tvh->priv,TV_VBI_CONTROL_RESET,tvh->tv_param);
- return(1);
+ return 1;
}
static int open_tv(tvi_handle_t *tvh)