From b49479b2b45f360663d485badaaf2f4e179c932c Mon Sep 17 00:00:00 2001 From: Denis Kenzior Date: Fri, 19 Jun 2009 08:38:06 -0500 Subject: [PATCH] Minor style issue --- src/smsutil.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/smsutil.c b/src/smsutil.c index 83fd199f..d6147681 100644 --- a/src/smsutil.c +++ b/src/smsutil.c @@ -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) {