comparison libpurple/protocols/oscar/family_icbm.c @ 30838:abf34893ce88

Fix a compile error from my merge
author Mark Doliner <mark@kingant.net>
date Thu, 12 Aug 2010 15:37:57 +0000
parents 8e9b04071e79
children 1cdae196aac8
comparison
equal deleted inserted replaced
30837:8e9b04071e79 30838:abf34893ce88
1885 /* 1885 /*
1886 * Event (should be 0x0000, 0x0001, or 0x0002 for mtn) 1886 * Event (should be 0x0000, 0x0001, or 0x0002 for mtn)
1887 */ 1887 */
1888 byte_stream_put16(&bs, event); 1888 byte_stream_put16(&bs, event);
1889 1889
1890 flap_connection_send_snac(od, conn, SNAC_FAMILY_ICBM, 0x0014, 0x0000, snacid, &bs); 1890 flap_connection_send_snac(od, conn, SNAC_FAMILY_ICBM, 0x0014, snacid, &bs);
1891 1891
1892 byte_stream_destroy(&bs); 1892 byte_stream_destroy(&bs);
1893 1893
1894 return 0; 1894 return 0;
1895 } 1895 }