diff options
author | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2009-05-18 20:55:10 +0800 |
---|---|---|
committer | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2009-05-18 21:01:05 +0800 |
commit | 311da6b7a292e02cb14540fe90cbf28b3650067d (patch) | |
tree | 67c26854f7119050e382480e495559b89e6c4896 /libempathy/empathy-tp-call.c | |
parent | 15ec4617ba99fa803befc897c665ea9690657692 (diff) | |
download | gsoc2013-empathy-311da6b7a292e02cb14540fe90cbf28b3650067d.tar gsoc2013-empathy-311da6b7a292e02cb14540fe90cbf28b3650067d.tar.gz gsoc2013-empathy-311da6b7a292e02cb14540fe90cbf28b3650067d.tar.bz2 gsoc2013-empathy-311da6b7a292e02cb14540fe90cbf28b3650067d.tar.lz gsoc2013-empathy-311da6b7a292e02cb14540fe90cbf28b3650067d.tar.xz gsoc2013-empathy-311da6b7a292e02cb14540fe90cbf28b3650067d.tar.zst gsoc2013-empathy-311da6b7a292e02cb14540fe90cbf28b3650067d.zip |
empathy-tp-call: fix coding style
Diffstat (limited to 'libempathy/empathy-tp-call.c')
-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 * |