From 1e02bad1344fa4ddc750c95ce6cc135145a1c548 Mon Sep 17 00:00:00 2001 From: Guillaume Desmottes Date: Mon, 23 Jul 2012 14:09:11 +0200 Subject: coding style fixes --- libempathy/empathy-tp-chat.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libempathy') 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)) { -- cgit v1.2.3