# HG changeset patch # User Richard Laager # Date 1176667926 0 # Node ID 7acc792487f289b5c833510da433119bcffeaf48 # Parent 2f123c4b36a207709fc112277c8385e126244fa0 Make this compile. diff -r 2f123c4b36a2 -r 7acc792487f2 libpurple/protocols/msn/userlist.c --- a/libpurple/protocols/msn/userlist.c Sun Apr 15 05:42:29 2007 +0000 +++ b/libpurple/protocols/msn/userlist.c Sun Apr 15 20:12:06 2007 +0000 @@ -392,7 +392,9 @@ */ if (!(list_op & (MSN_LIST_AL_OP | MSN_LIST_BL_OP))) + { // got_new_entry(gc, passport, store); + } } user->list_op |= list_op;