changeset 23369:31fa01597dce

I'm embarassed by this random semicolon.
author Evan Schoenberg <evan.s@dreskin.net>
date Sat, 14 Jun 2008 20:22:49 +0000
parents 98594354b423
children 23498a6244f3 ace1cd072e2f
files libpurple/protocols/oscar/oscar.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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)