aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/mail-notification/mail-notification.c
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/mail-notification/mail-notification.c')
-rw-r--r--plugins/mail-notification/mail-notification.c2
1 files changed, 1 insertions, 1 deletions
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);
}