From 3d037dbe86665b59c6bb5d71f3d58558a5848d38 Mon Sep 17 00:00:00 2001 From: Matthias Vogelgesang Date: Wed, 16 Mar 2011 09:25:02 +0100 Subject: Add soft MJSON dependency to load configuration/calibration data --- test/control.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/control.c') 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; -- cgit v1.2.3