Mercurial > pidgin
changeset 24632:e87465dfcaf0
Code clean
author | Hu Yong <ccpaging@gmail.com> |
---|---|
date | Wed, 12 Nov 2008 08:29:33 +0000 |
parents | 80deea528c4b |
children | 2df8b8f3c3f6 |
files | libpurple/protocols/qq/char_conv.c |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/libpurple/protocols/qq/char_conv.c Wed Nov 12 08:29:09 2008 +0000 +++ b/libpurple/protocols/qq/char_conv.c Wed Nov 12 08:29:33 2008 +0000 @@ -48,10 +48,10 @@ ret = g_convert(str, len, to_charset, from_charset, &byte_read, &byte_write, &error); if (error == NULL) { - return ret; /* conversion is OK */ + return ret; /* convert is OK */ } - /* conversion error */ + /* convert error */ purple_debug_error("QQ_CONVERT", "%s\n", error->message); qq_show_packet("Dump failed text", (guint8 *) str, (len == -1) ? strlen(str) : len);