aboutsummaryrefslogtreecommitdiffstats
path: root/em-format/e-mail-formatter-text-html.c
diff options
context:
space:
mode:
Diffstat (limited to 'em-format/e-mail-formatter-text-html.c')
-rw-r--r--em-format/e-mail-formatter-text-html.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/em-format/e-mail-formatter-text-html.c b/em-format/e-mail-formatter-text-html.c
index 5f493b2f4d..71c73f9266 100644
--- a/em-format/e-mail-formatter-text-html.c
+++ b/em-format/e-mail-formatter-text-html.c
@@ -264,7 +264,7 @@ emfe_text_html_format (EMailFormatterExtension *extension,
}
}
- if (document_end ) {
+ if (document_end) {
length = strlen (document_end);
tag = string->str + string->len - 1;
i = 0;