From 48a57eed7fbb29716c9961fb6ac21ec4ba4d9717 Mon Sep 17 00:00:00 2001 From: Luiz Augusto von Dentz Date: Fri, 14 Mar 2008 15:05:07 +0000 Subject: Fix use of g_strdup and g_free that already handle NULL pointers and some coding style fixes. --- hcid/adapter.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'hcid/adapter.h') diff --git a/hcid/adapter.h b/hcid/adapter.h index 9aaff01c..1ea266d5 100644 --- a/hcid/adapter.h +++ b/hcid/adapter.h @@ -85,7 +85,7 @@ struct create_device_req { DBusConnection *conn; /* Connection reference */ DBusMessage *msg; /* Message reference */ guint id; /* Listener id */ - char *agent; /* Agent object path */ + char *agent_path; /* Agent object path */ }; struct adapter { -- cgit