summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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;