Mercurial > pidgin
diff src/protocols/msn/userlist.c @ 9861:68561f39acdc
[gaim-migrate @ 10740]
(21:31:26) shx: esthetic changes
(appears to be whitespace changes)
committer: Tailor Script <tailor@pidgin.im>
| author | Luke Schierer <lschiere@pidgin.im> |
|---|---|
| date | Wed, 25 Aug 2004 01:45:41 +0000 |
| parents | 65b3156f9f48 |
| children | 1dfebce5eac9 |
line wrap: on
line diff
--- a/src/protocols/msn/userlist.c Wed Aug 25 01:43:54 2004 +0000 +++ b/src/protocols/msn/userlist.c Wed Aug 25 01:45:41 2004 +0000 @@ -216,7 +216,9 @@ if (list_id == MSN_LIST_FL) { - GaimConnection *gc = gaim_account_get_connection(account); + GaimConnection *gc; + + gc = gaim_account_get_connection(account); serv_got_alias(gc, passport, friendly); @@ -240,7 +242,9 @@ } else if (list_id == MSN_LIST_RL) { - GaimConnection *gc = gaim_account_get_connection(account); + GaimConnection *gc; + + gc = gaim_account_get_connection(account); gaim_debug_info("msn", "%s has added you to his or her contact list.\n",
