* mu-contacts.c, mu-msg.c: cosmetics

This commit is contained in:
Dirk-Jan C. Binnema
2011-05-25 08:11:50 +03:00
parent 03c94bd82d
commit 3c20cfc4de
2 changed files with 1 additions and 15 deletions

View File

@ -404,7 +404,7 @@ contact_info_new (char *email, char *name, time_t tstamp)
/* email should not be NULL, name can */
g_return_val_if_fail (email, NULL);
cinfo = g_slice_new (ContactInfo);
cinfo = g_slice_new (ContactInfo);
/* we need to clear the strings from control chars because
* they could screw up the keyfile */