pidgin: b750e3be: C89ize that comment.

ivan.komarov at soc.pidgin.im ivan.komarov at soc.pidgin.im
Mon Oct 25 16:09:39 EDT 2010


----------------------------------------------------------------------
Revision: b750e3beda24d8f5daf07bb90daf2790c6b4a6c9
Parent:   9f1343307fd654c231ff7ec66adbd8a8fd3fdbfb
Author:   ivan.komarov at soc.pidgin.im
Date:     10/25/10 16:01:50
Branch:   im.pidgin.pidgin
URL: http://d.pidgin.im/viewmtn/revision/info/b750e3beda24d8f5daf07bb90daf2790c6b4a6c9

Changelog: 

C89ize that comment.

Changes against parent 9f1343307fd654c231ff7ec66adbd8a8fd3fdbfb

  patched  libpurple/protocols/oscar/family_chat.c

-------------- next part --------------
============================================================
--- libpurple/protocols/oscar/family_chat.c	397a3d8572c9863216cc7b37d26858f34a1583ab
+++ libpurple/protocols/oscar/family_chat.c	b462b6ad640e5abcbfe12952f79a2abcf24d43f2
@@ -88,7 +88,7 @@ infoupdate(OscarData *od, FlapConnection
 		return 1;
 	}
 
-	byte_stream_get16(bs); // skip the TLV count
+	byte_stream_get16(bs); /* skip the TLV count */
 
 	/*
 	 * Everything else are TLVs.


More information about the Commits mailing list