diff src/protocols/msn/userlist.c @ 19812:d928bccffe4c

[gaim-migrate @ 16952] update for fail-safe check of Passport 3.0's Authentication committer: Ethan Blanton <elb@pidgin.im>
author Ma Yuan <mayuan2006@gmail.com>
date Mon, 21 Aug 2006 16:16:10 +0000
parents da1075366756
children a8d00b8dae40
line wrap: on
line diff
--- a/src/protocols/msn/userlist.c	Sat Aug 19 16:48:46 2006 +0000
+++ b/src/protocols/msn/userlist.c	Mon Aug 21 16:16:10 2006 +0000
@@ -90,16 +90,13 @@
 	pa->friendly = g_strdup(friendly);
 	pa->gc = gc;
 
-	if (friendly != NULL)
-	{
+	if (friendly != NULL){
 		msg = g_strdup_printf(
 				   _("The user %s (%s) wants to add %s to his or her "
 					 "buddy list."),
 				   passport, friendly,
 				   gaim_account_get_username(gc->account));
-	}
-	else
-	{
+	}else{
 		msg = g_strdup_printf(
 				   _("The user %s wants to add %s to his or "
 					 "her buddy list."),