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 a7a18dcdc1..96cf0ca27a 100644
--- a/mail/em-format-html.c
+++ b/mail/em-format-html.c
@@ -1673,7 +1673,7 @@ static void
efh_format_header(EMFormat *emf, CamelStream *stream, CamelMedium *part, struct _camel_header_raw *header, guint32 flags, const char *charset)
{
EMFormatHTML *efh = (EMFormatHTML *)emf;
- char *name, *buf, *value = NULL, *p;
+ char *name, *buf, *value = NULL;
const char *label, *txt;
gboolean addrspec = FALSE;
char *str_field = NULL;