From cc125b42187f473ab90a2819954015a0c8ccb32c Mon Sep 17 00:00:00 2001 From: djcb Date: Wed, 13 Jun 2012 08:11:05 +0300 Subject: [PATCH] * cosmetic --- lib/mu-msg.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/mu-msg.c b/lib/mu-msg.c index 58d2dcbe..0aaabcef 100644 --- a/lib/mu-msg.c +++ b/lib/mu-msg.c @@ -524,7 +524,7 @@ mu_msg_contact_new (const char *name, const char *address, self = g_slice_new (MuMsgContact); - self->name = g_strdup (name); + self->name = g_strdup (name); self->address = g_strdup (address); self->type = type;