aboutsummaryrefslogtreecommitdiffstats
path: root/addressbook/util/eab-book-util.c
diff options
context:
space:
mode:
Diffstat (limited to 'addressbook/util/eab-book-util.c')
-rw-r--r--addressbook/util/eab-book-util.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/addressbook/util/eab-book-util.c b/addressbook/util/eab-book-util.c
index 2c80d6f8a1..611944b22d 100644
--- a/addressbook/util/eab-book-util.c
+++ b/addressbook/util/eab-book-util.c
@@ -200,7 +200,7 @@ eab_contact_list_to_string (GList *contacts)
g_string_append (str, vcard_str);
if (l->next)
- g_string_append (str, "\r\n");
+ g_string_append (str, "\r\n\r\n");
}
return g_string_free (str, FALSE);