# HG changeset patch # User Evan Schoenberg # Date 1213474969 0 # Node ID 31fa01597dceae59f4eb498dfa03472c887e7faf # Parent 98594354b423011fc9d2f4eeab503a42462fea26 I'm embarassed by this random semicolon. diff -r 98594354b423 -r 31fa01597dce libpurple/protocols/oscar/oscar.c --- a/libpurple/protocols/oscar/oscar.c Sat Jun 14 19:12:47 2008 +0000 +++ b/libpurple/protocols/oscar/oscar.c Sat Jun 14 20:22:49 2008 +0000 @@ -1983,7 +1983,7 @@ 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)