Mercurial > pidgin.yaz
changeset 24595:6591f7056b3a
Code clean
author | Hu Yong <ccpaging@gmail.com> |
---|---|
date | Wed, 19 Nov 2008 08:37:07 +0000 |
parents | 2ae0085bb0ca |
children | c9a71b032496 |
files | libpurple/protocols/qq/qq_network.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/libpurple/protocols/qq/qq_network.c Wed Nov 19 08:36:51 2008 +0000 +++ b/libpurple/protocols/qq/qq_network.c Wed Nov 19 08:37:07 2008 +0000 @@ -1244,7 +1244,7 @@ buf_len = 0; buf_len += qq_put8(buf + buf_len, room_cmd); if (room_id != 0) { - /* id 0 is for QQ Demo Group, now there are not existed*/ + /* id 0 is for QQ Demo Group, now they are closed*/ buf_len += qq_put32(buf + buf_len, room_id); } if (data != NULL && data_len > 0) {