diff options
author | Mauro Carvalho Chehab <mchehab@infradead.org> | 2007-01-23 22:26:52 -0200 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@infradead.org> | 2007-01-23 22:26:52 -0200 |
commit | 95e9306ca0dbf322edde55eee84e9884b097613d (patch) | |
tree | 8ecabda44b7404bb9ed1ae7e9bfe7f63a00d8c23 /v4l2-apps/test/driver-test.c | |
parent | aafc760ef56b4f913b2d26e8774e1b030d83f2f4 (diff) | |
parent | 32044f10b091598f2883730c785f3adaf3be04be (diff) | |
download | mediapointer-dvb-s2-95e9306ca0dbf322edde55eee84e9884b097613d.tar.gz mediapointer-dvb-s2-95e9306ca0dbf322edde55eee84e9884b097613d.tar.bz2 |
merge: http://linuxtv.org/hg/~tap/v4l-dvb
From: Mauro Carvalho Chehab <mchehab@infradead.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'v4l2-apps/test/driver-test.c')
-rw-r--r-- | v4l2-apps/test/driver-test.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/v4l2-apps/test/driver-test.c b/v4l2-apps/test/driver-test.c index eaa099fac..a2ac365a3 100644 --- a/v4l2-apps/test/driver-test.c +++ b/v4l2-apps/test/driver-test.c @@ -36,7 +36,7 @@ int main(void) perror("open /dev/video0"); return -1; } - if (v4l2_enum_stds (&drv)<0) { + if (v4l2_enum_stds (&drv)) { perror("enum_stds"); printf("Error! Driver is not reporting supported STD, frames/sec and number of lines!\n Trying to continue anyway...\n"); } else { |