changeset 24293:18711b62ec27

Kill some // comments. Sigh.
author Richard Laager <rlaager@wiktel.com>
date Fri, 31 Oct 2008 04:03:44 +0000
parents 8282911d5e17
children 5ace6c024230 8d040d580a44 8b7ae3775a0b 45ce87f9a07f
files libpurple/protocols/msn/notification.c libpurple/protocols/qq/im.c
diffstat 2 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/libpurple/protocols/msn/notification.c	Thu Oct 30 22:40:49 2008 +0000
+++ b/libpurple/protocols/msn/notification.c	Fri Oct 31 04:03:44 2008 +0000
@@ -578,7 +578,7 @@
 		g_snprintf(fmt_str, sizeof(fmt_str), "%d", MSN_NETWORK_PASSPORT);
 
 	/*mobile*/
-	//type_str = g_strdup_printf("4");
+	/*type_str = g_strdup_printf("4");*/
 	xmlnode_set_attrib(c_node, "t", fmt_str);
 
 	xmlnode_insert_child(d_node, c_node);
--- a/libpurple/protocols/qq/im.c	Thu Oct 30 22:40:49 2008 +0000
+++ b/libpurple/protocols/qq/im.c	Fri Oct 31 04:03:44 2008 +0000
@@ -341,7 +341,7 @@
 	if(im_text.fragmentCount == 0)
 		im_text.fragmentCount = 1;
 
-	// Filter tail space
+	/* Filter tail space */
 	if(im_text.fragmentIndex == im_text.fragmentCount -1)
 	{
 		gint real_len = text_len;
@@ -349,7 +349,7 @@
 			real_len --;
 
 		text_len = real_len;
-		// Null string instaed of space
+		/* Null string instead of space */
 		im_text.msg[text_len] = 0;
 	}