diff options
-rw-r--r-- | libempathy/empathy-tp-call.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libempathy/empathy-tp-call.c b/libempathy/empathy-tp-call.c index a5c0003c5..de88249c0 100644 --- a/libempathy/empathy-tp-call.c +++ b/libempathy/empathy-tp-call.c @@ -351,7 +351,7 @@ tp_call_async_cb (TpProxy *proxy, GObject *call) { if (error) - DEBUG ("Error %s: %s", (gchar*) user_data, error->message); + DEBUG ("Error %s: %s", (gchar *) user_data, error->message); } static GObject * |