summaryrefslogtreecommitdiffstats
path: root/test/enum.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/enum.c')
-rw-r--r--test/enum.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/enum.c b/test/enum.c
index 1164399..88f226e 100644
--- a/test/enum.c
+++ b/test/enum.c
@@ -21,7 +21,7 @@ void print_level(int depth)
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;