libpurple/protocols/myspace/user.c

changeset 25297
37cdf2a6d174
parent 25240
c8093ec246f0
child 25302
c29df5c659cf
--- a/libpurple/protocols/myspace/user.c	Mon Dec 22 16:50:40 2008 +0000
+++ b/libpurple/protocols/myspace/user.c	Mon Dec 22 19:02:33 2008 +0000
@@ -406,10 +406,11 @@
 	}
 
 	if (msim_msg_get_integer(msg, "dsn") == MG_OWN_IM_INFO_DSN &&
-		msim_msg_get_integer(msg, "lid") == MG_OWN_IM_INFO_LID) {
+		msim_msg_get_integer(msg, "lid") == MG_OWN_IM_INFO_LID)
+	{
 		/*
 		 * Some of this info will be available on the buddy list if the
-		 * has themselves as their own buddy.
+		 * user has themselves as their own buddy.
 		 *
 		 * Much of the info is already available in MsimSession,
 		 * stored in msim_we_are_logged_on().

mercurial