aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2012-01-16 21:32:55 +0800
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2012-01-16 21:32:55 +0800
commitd59b7870dbd7afd1e63f94d953a35306d7b9909c (patch)
treecaaefd58b22b023e4a7e7851f1e1173a075b4aaa
parentc3c1f1ff6c2425e7a1657b9b45789fcf5e0c163b (diff)
downloadgsoc2013-empathy-d59b7870dbd7afd1e63f94d953a35306d7b9909c.tar
gsoc2013-empathy-d59b7870dbd7afd1e63f94d953a35306d7b9909c.tar.gz
gsoc2013-empathy-d59b7870dbd7afd1e63f94d953a35306d7b9909c.tar.bz2
gsoc2013-empathy-d59b7870dbd7afd1e63f94d953a35306d7b9909c.tar.lz
gsoc2013-empathy-d59b7870dbd7afd1e63f94d953a35306d7b9909c.tar.xz
gsoc2013-empathy-d59b7870dbd7afd1e63f94d953a35306d7b9909c.tar.zst
gsoc2013-empathy-d59b7870dbd7afd1e63f94d953a35306d7b9909c.zip
coding style fix
-rw-r--r--libempathy/empathy-utils.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libempathy/empathy-utils.c b/libempathy/empathy-utils.c
index 55e23380c..cf64bc77d 100644
--- a/libempathy/empathy-utils.c
+++ b/libempathy/empathy-utils.c
@@ -393,7 +393,7 @@ empathy_account_get_error_message (TpAccount *account,
{
const gchar *dbus_error;
const gchar *message;
- const GHashTable *details = NULL;
+ const GHashTable *details = NULL;
TpConnectionStatusReason reason;
dbus_error = tp_account_get_detailed_error (account, &details);