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. --- plugins/mail-notification/mail-notification.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/mail-notification') diff --git a/plugins/mail-notification/mail-notification.c b/plugins/mail-notification/mail-notification.c index ba7d84c09c..88b5c81893 100644 --- a/plugins/mail-notification/mail-notification.c +++ b/plugins/mail-notification/mail-notification.c @@ -365,7 +365,7 @@ can_support_actions (void) } } - g_list_foreach (caps, (GFunc)g_free, NULL); + g_list_foreach (caps, (GFunc) g_free, NULL); g_list_free (caps); } -- cgit v1.2.3