pidgin: c692f6fe: I'm embarassed by this random semicolon.

evands at pidgin.im evands at pidgin.im
Sat Jun 14 16:25:47 EDT 2008


-----------------------------------------------------------------
Revision: c692f6fe1b8c7e0dd4b0099bd67703d5941ddac5
Ancestor: b85fc7b346686a23aef2ede5c3bcb6eae2ecd6a2
Author: evands at pidgin.im
Date: 2008-06-14T20:22:49
Branch: im.pidgin.pidgin
URL: http://d.pidgin.im/viewmtn/revision/info/c692f6fe1b8c7e0dd4b0099bd67703d5941ddac5

Modified files:
        libpurple/protocols/oscar/oscar.c

ChangeLog: 

I'm embarassed by this random semicolon.

-------------- next part --------------
============================================================
--- libpurple/protocols/oscar/oscar.c	78124320d961df398530b3397540a78fdd9d9e49
+++ libpurple/protocols/oscar/oscar.c	c31c2f8a69fe10d30bbc88abf9c983f4a7927a5b
@@ -1983,7 +1983,7 @@ static int purple_parse_oncoming(OscarDa
 		PurpleStatus *new_status = purple_presence_get_status(presence, status_id);
 		
 		/* If our status_id would change with this update, pass it to the core.
-		 * However, if our status_id would not change, do nothing; as we would clear out any existing
+		 * However, if our status_id would not change, do nothing, as we would clear out any existing
 		 * attributes on the status prematurely. purple_got_infoblock() will update the message as needed.
 		 */
 		if (old_status != new_status)


More information about the Commits mailing list