comparison libpurple/protocols/oscar/family_chat.c @ 30632:bebd0cf0a20f

C89ize that comment.
author ivan.komarov@soc.pidgin.im
date Mon, 25 Oct 2010 20:01:50 +0000
parents b00967045cc2
children
comparison
equal deleted inserted replaced
30631:b00967045cc2 30632:bebd0cf0a20f
86 if (detaillevel != 0x02) { 86 if (detaillevel != 0x02) {
87 purple_debug_misc("oscar", "faim: chat_roomupdateinfo: detail level %d not supported\n", detaillevel); 87 purple_debug_misc("oscar", "faim: chat_roomupdateinfo: detail level %d not supported\n", detaillevel);
88 return 1; 88 return 1;
89 } 89 }
90 90
91 byte_stream_get16(bs); // skip the TLV count 91 byte_stream_get16(bs); /* skip the TLV count */
92 92
93 /* 93 /*
94 * Everything else are TLVs. 94 * Everything else are TLVs.
95 */ 95 */
96 tlvlist = aim_tlvlist_read(bs); 96 tlvlist = aim_tlvlist_read(bs);