From 5d633f307c6b60469140da400eff0baac49fe96f Mon Sep 17 00:00:00 2001 From: Lucas De Marchi Date: Wed, 1 May 2013 01:51:57 -0300 Subject: [PATCH] client: Get rid of gchar 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 dabb8362e..b0a66d844 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; -- 2.47.3