aboutsummaryrefslogtreecommitdiffstats
path: root/mail/em-format-html.c
diff options
context:
space:
mode:
Diffstat (limited to 'mail/em-format-html.c')
-rw-r--r--mail/em-format-html.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/em-format-html.c b/mail/em-format-html.c
index 9a1cdf6efe..400cf5fad5 100644
--- a/mail/em-format-html.c
+++ b/mail/em-format-html.c
@@ -277,7 +277,7 @@ EMFormatHTML *em_format_html_new(void)
{
EMFormatHTML *efh;
- efh = g_object_new(em_format_html_get_type(), 0);
+ efh = g_object_new(em_format_html_get_type(), NULL);
return efh;
}