diff options
Diffstat (limited to 'stream/tv.c')
-rw-r--r-- | stream/tv.c | 2 |
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) |