From 031189f1519abe7c53029c60562c91fa20720a02 Mon Sep 17 00:00:00 2001 From: Richard Hughes Date: Tue, 4 Nov 2008 12:03:00 +0000 Subject: [PATCH] fixed compile --- tools/dkp-tool.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/dkp-tool.c b/tools/dkp-tool.c index 371a2e3..cd5a231 100644 --- a/tools/dkp-tool.c +++ b/tools/dkp-tool.c @@ -131,7 +131,7 @@ main (int argc, char **argv) if (opt_enumerate || opt_dump) { GPtrArray *devices; const gchar *object_path; - devices = dkp_client_enumerate_devices (client); + devices = dkp_client_enumerate_devices (client, NULL); if (devices == NULL) goto out; for (n=0; n < devices->len; n++) {