aboutsummaryrefslogtreecommitdiffstats
path: root/mail/em-format-html-print.c
diff options
context:
space:
mode:
Diffstat (limited to 'mail/em-format-html-print.c')
-rw-r--r--mail/em-format-html-print.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/mail/em-format-html-print.c b/mail/em-format-html-print.c
index 97a7627c6d..0de9e2303d 100644
--- a/mail/em-format-html-print.c
+++ b/mail/em-format-html-print.c
@@ -231,7 +231,10 @@ em_format_html_print_message (EMFormatHTMLPrint *efhp,
folder, message_uid, message,
(EMFormat *) efhp->source, NULL);
} else {
- em_format_html_clone_sync (folder, message_uid, message, (EMFormatHTML *) efhp, (EMFormat *) efhp->source);
+ em_format_html_clone_sync (
+ folder, message_uid, message,
+ (EMFormatHTML *) efhp,
+ (EMFormat *) efhp->source);
emfhp_complete (efhp);
}
}