summaryrefslogtreecommitdiffstats
path: root/test/grab.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/grab.c')
-rw-r--r--test/grab.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/grab.c b/test/grab.c
index 6f646c7..2994689 100644
--- a/test/grab.c
+++ b/test/grab.c
@@ -6,7 +6,7 @@
int main(int argc, char *argv[])
{
- struct uca_t *uca = uca_init();
+ struct uca_t *uca = uca_init(NULL);
if (uca == NULL) {
printf("Couldn't find a camera\n");
return 1;