From 37d2edec1cf1cbc1d99293aa74bd1c8b0e21709c Mon Sep 17 00:00:00 2001 From: Aki Niemi Date: Thu, 14 Oct 2010 15:37:37 +0300 Subject: Fix style problem --- src/sms.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') 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; -- cgit v1.2.3