diff options
author | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2012-07-23 20:09:11 +0800 |
---|---|---|
committer | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2012-07-23 20:09:11 +0800 |
commit | 1e02bad1344fa4ddc750c95ce6cc135145a1c548 (patch) | |
tree | 09a36dd5d83af2a73c970cff41e905dd0dce8d8d /libempathy | |
parent | 18ded7a66d2b4ee00d5d36ecc7154566c83dce69 (diff) | |
download | gsoc2013-empathy-1e02bad1344fa4ddc750c95ce6cc135145a1c548.tar gsoc2013-empathy-1e02bad1344fa4ddc750c95ce6cc135145a1c548.tar.gz gsoc2013-empathy-1e02bad1344fa4ddc750c95ce6cc135145a1c548.tar.bz2 gsoc2013-empathy-1e02bad1344fa4ddc750c95ce6cc135145a1c548.tar.lz gsoc2013-empathy-1e02bad1344fa4ddc750c95ce6cc135145a1c548.tar.xz gsoc2013-empathy-1e02bad1344fa4ddc750c95ce6cc135145a1c548.tar.zst gsoc2013-empathy-1e02bad1344fa4ddc750c95ce6cc135145a1c548.zip |
coding style fixes
Diffstat (limited to 'libempathy')
-rw-r--r-- | libempathy/empathy-tp-chat.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libempathy/empathy-tp-chat.c b/libempathy/empathy-tp-chat.c index 5cdcf28ad..6dc1a3277 100644 --- a/libempathy/empathy-tp-chat.c +++ b/libempathy/empathy-tp-chat.c @@ -1259,7 +1259,7 @@ password_feature_prepare_cb (GObject *source, gpointer user_data) { EmpathyTpChat *self = user_data; - GError *error; + GError *error = NULL; if (!tp_proxy_prepare_finish (source, result, &error)) { |