summaryrefslogtreecommitdiffstats
path: root/test/control.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/control.c')
-rw-r--r--test/control.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/control.c b/test/control.c
index 6024c08..98daffd 100644
--- a/test/control.c
+++ b/test/control.c
@@ -274,7 +274,7 @@ void value_cell_data_func(GtkTreeViewColumn *column, GtkCellRenderer *cell, GtkT
int main(int argc, char *argv[])
{
- struct uca_t *uca = uca_init();
+ struct uca_t *uca = uca_init(NULL);
if (uca == NULL) {
g_print("Couldn't initialize frame grabber and/or cameras\n");
return 1;