[Telepathy-commits] [telepathy-haze/master] Remove empty statement

Simon McVittie simon.mcvittie at collabora.co.uk
Thu Jan 8 06:28:54 PST 2009


---
 src/connection-aliasing.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/connection-aliasing.c b/src/connection-aliasing.c
index dacaf03..241e720 100644
--- a/src/connection-aliasing.c
+++ b/src/connection-aliasing.c
@@ -83,7 +83,7 @@ haze_connection_request_aliases (TpSvcConnectionInterfaceAliasing *self,
     for (i = 0; i < contacts->len; i++)
     {
         TpHandle handle = g_array_index (contacts, TpHandle, i);
-        const gchar *bname = tp_handle_inspect (contact_handles, handle);;
+        const gchar *bname = tp_handle_inspect (contact_handles, handle);
         PurpleBuddy *buddy;
         const gchar *alias;
 
-- 
1.5.6.5




More information about the Telepathy-commits mailing list