summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorAki Niemi <aki.niemi@nokia.com>2010-10-14 15:37:37 +0300
committerAki Niemi <aki.niemi@nokia.com>2010-10-14 15:37:37 +0300
commit37d2edec1cf1cbc1d99293aa74bd1c8b0e21709c (patch)
tree42cc5ce5d324ef47b206e8b3794edf92bb199246 /src
parent8698a0d4f2f8d2b9b0adea1f65bb881847aa6055 (diff)
downloadofono-37d2edec1cf1cbc1d99293aa74bd1c8b0e21709c.tar.bz2
Fix style problem
Diffstat (limited to 'src')
-rw-r--r--src/sms.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sms.c b/src/sms.c
index b877bef0..79a9ef55 100644
--- a/src/sms.c
+++ b/src/sms.c
@@ -909,7 +909,7 @@ static struct tx_queue_entry *tx_queue_entry_new(GSList *msg_list,
int i = 0;
GSList *l;
- entry= g_try_new0(struct tx_queue_entry, 1);
+ entry = g_try_new0(struct tx_queue_entry, 1);
if (entry == NULL)
return NULL;