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 ffe310d1c6..81f4860976 100644
--- a/addressbook/util/eab-book-util.c
+++ b/addressbook/util/eab-book-util.c
@@ -193,7 +193,7 @@ eab_contact_list_from_string (const gchar *str)
GList *contacts = NULL;
GString *gstr = g_string_new (NULL);
gchar *str_stripped;
- gchar *p = (gchar *)str;
+ gchar *p = (gchar *) str;
gchar *q;
if (!p)