diff -r ec9776e51fb1 -r a39a33c79a3f libpurple/protocols/qq/group_internal.c --- a/libpurple/protocols/qq/group_internal.c Tue Jul 01 23:47:34 2008 +0000 +++ b/libpurple/protocols/qq/group_internal.c Thu Jul 17 14:43:56 2008 +0000 @@ -230,9 +230,7 @@ *list = g_slist_remove(*list, GINT_TO_POINTER(id)); } -/** - * @brief Return the location of id in list, or NULL if not found (返回id在链表中的位置,没有找到则返回NULL) - */ +/* Return the location of id in list, or NULL if not found */ GSList *qq_get_pending_id(GSList *list, guint32 id) { return g_slist_find(list, GINT_TO_POINTER(id));