Minor style issue

This commit is contained in:
Denis Kenzior 2009-06-19 08:38:06 -05:00
parent 5068e895cb
commit b49479b2b4
1 changed files with 0 additions and 2 deletions

View File

@ -1997,7 +1997,6 @@ char *sms_decode_text(GSList *sms_list)
converted = convert_gsm_to_utf8(buf, written,
NULL, NULL, 0);
} else {
const gchar *from = (const gchar *)(ud + taken);
/* According to the spec: A UCS2 character shall not be
@ -2011,7 +2010,6 @@ char *sms_decode_text(GSList *sms_list)
converted = g_convert(from, num_ucs2_chars,
"UTF-8//TRANSLIT", "UCS-2BE",
NULL, NULL, NULL);
}
if (converted) {