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. --- e-util/e-alert.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'e-util/e-alert.c') diff --git a/e-util/e-alert.c b/e-util/e-alert.c index 12a92565a9..1858e338f8 100644 --- a/e-util/e-alert.c +++ b/e-util/e-alert.c @@ -234,12 +234,12 @@ e_alert_load (const gchar *path) for (scan = error->children;scan;scan=scan->next) { if (!strcmp((gchar *)scan->name, "primary")) { - if ((tmp = (gchar *)xmlNodeGetContent (scan))) { + if ((tmp = (gchar *) xmlNodeGetContent (scan))) { e->primary_text = g_strdup (dgettext (table->translation_domain, tmp)); xmlFree (tmp); } } else if (!strcmp((gchar *)scan->name, "secondary")) { - if ((tmp = (gchar *)xmlNodeGetContent (scan))) { + if ((tmp = (gchar *) xmlNodeGetContent (scan))) { e->secondary_text = g_strdup (dgettext (table->translation_domain, tmp)); xmlFree (tmp); } -- cgit v1.2.3