From: Lucas De Marchi <lucas.de.marchi@xxxxxxxxx> Use plain char instead of gchar. --- client/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/main.c b/client/main.c index dabb836..b0a66d8 100644 --- a/client/main.c +++ b/client/main.c @@ -53,7 +53,7 @@ static GMainLoop *main_loop; static DBusConnection *dbus_conn; static GDBusProxy *agent_manager; -static gchar *auto_register_agent = NULL; +static char *auto_register_agent = NULL; static GDBusProxy *default_ctrl; static GList *ctrl_list; -- 1.8.2.2 -- To unsubscribe from this list: send the line "unsubscribe linux-bluetooth" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html