summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--stream/tv.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/stream/tv.c b/stream/tv.c
index 7443445e28..c6a59add1a 100644
--- a/stream/tv.c
+++ b/stream/tv.c
@@ -208,7 +208,7 @@ static int norm_from_string(tvi_handle_t *tvh, char* norm)
{
if (1
#ifdef HAVE_TV_V4L2
- && strcmp(tvh->tv_param->driver, "v4l2") != 0 &&
+ && strcmp(tvh->tv_param->driver, "v4l2") != 0
#endif
#ifdef HAVE_TV_DSHOW
&& strcmp(tvh->tv_param->driver, "dshow") != 0