libpurple/protocols/qq/im.c

changeset 24020
fe90d74977b6
parent 24019
c0801ae3c886
child 24021
ac2108c5b5f4
child 24311
73d95441cd4c
--- a/libpurple/protocols/qq/im.c	Mon Sep 15 02:59:23 2008 +0000
+++ b/libpurple/protocols/qq/im.c	Mon Sep 15 03:01:03 2008 +0000
@@ -259,7 +259,7 @@
 #endif
 
 	temp = g_newa(guint8, data_len);
-	bytes = 4;	// ignore unknown 4 bytes
+	bytes = 4;	/* ignore unknown 4 bytes */
 
 	bytes += qq_get8(&temp_len, data + bytes);
 	g_return_if_fail(bytes + temp_len <= data_len);

mercurial