libpurple/protocols/bonjour/buddy.c

branch
sadrul.struct.hiding
changeset 24571
77c103347d66
parent 24398
4865c2ee6ea8
parent 24562
22ed1e1ef32f
child 24944
30c406915cad
--- a/libpurple/protocols/bonjour/buddy.c	Sat Oct 04 21:46:10 2008 +0000
+++ b/libpurple/protocols/bonjour/buddy.c	Fri Oct 31 07:59:46 2008 +0000
@@ -127,8 +127,7 @@
 {
 	PurpleGroup *group;
 	PurpleAccount *account = bonjour_buddy->account;
-	const char *status_id, *old_hash, *new_hash;
-	const char *name;
+	const char *status_id, *old_hash, *new_hash, *name;
 
 	/* Translate between the Bonjour status and the Purple status */
 	if (bonjour_buddy->status != NULL && g_ascii_strcasecmp("dnd", bonjour_buddy->status) == 0)

mercurial