diff libpurple/protocols/msn/notification.c @ 24351:18711b62ec27

Kill some // comments. Sigh.
author Richard Laager <rlaager@wiktel.com>
date Fri, 31 Oct 2008 04:03:44 +0000
parents 32e5515232b9
children caf82c1cebf2
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);