From 54da4fc09cf226fdb59b9f0c70555e2e57dc1f91 Mon Sep 17 00:00:00 2001 From: Matthew Barnes Date: Sun, 8 May 2011 13:24:42 -0400 Subject: Coding style cleanups. --- addressbook/util/eab-book-util.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'addressbook/util') 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) -- cgit v1.2.3