aboutsummaryrefslogtreecommitdiffstats
path: root/mail/em-format-html-display.c
diff options
context:
space:
mode:
Diffstat (limited to 'mail/em-format-html-display.c')
-rw-r--r--mail/em-format-html-display.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/em-format-html-display.c b/mail/em-format-html-display.c
index 0a7856f39e..7793b2da39 100644
--- a/mail/em-format-html-display.c
+++ b/mail/em-format-html-display.c
@@ -2129,7 +2129,7 @@ type_ok:
}
/* FIXME: How should I free the Bonobo_ServerInfo's ? */
- g_list_foreach (components, CORBA_free, NULL);
+ g_list_foreach (components, (GFunc)CORBA_free, NULL);
g_list_free (components);
return component != NULL;