comparison libpurple/protocols/oscar/family_locate.c @ 22856:ab2322195dab

Minor changes... mostly whitespace related. Also changed some functions in family_admin.c to be void instead of returning the same int every time, and fixed a tiny memleak in family_admin.c. Oh, I think there was a variable in family_icbm.c that was being redeclared inside of a block--functionally it was fine, but it could have led to confusion.
author Mark Doliner <mark@kingant.net>
date Mon, 05 May 2008 09:22:46 +0000
parents 979a81468e19
children 9c0ee2491ed1
comparison
equal deleted inserted replaced
22845:61e0bcbf31ab 22856:ab2322195dab
1351 1351
1352 aim_tlvlist_write(&bs, &tlvlist); 1352 aim_tlvlist_write(&bs, &tlvlist);
1353 aim_tlvlist_free(tlvlist); 1353 aim_tlvlist_free(tlvlist);
1354 1354
1355 flap_connection_send_snac(od, conn, 0x0002, 0x000f, 0x0000, snacid, &bs); 1355 flap_connection_send_snac(od, conn, 0x0002, 0x000f, 0x0000, snacid, &bs);
1356 1356
1357 byte_stream_destroy(&bs); 1357 byte_stream_destroy(&bs);
1358 return 0; 1358 return 0;
1359 } 1359 }
1360 1360
1361 /* 1361 /*