aboutsummaryrefslogtreecommitdiffstats
path: root/mail/em-format-quote.c
diff options
context:
space:
mode:
Diffstat (limited to 'mail/em-format-quote.c')
-rw-r--r--mail/em-format-quote.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/em-format-quote.c b/mail/em-format-quote.c
index 3f52b802ba..401801b510 100644
--- a/mail/em-format-quote.c
+++ b/mail/em-format-quote.c
@@ -295,7 +295,7 @@ emfq_format_header (EMFormat *emf, CamelStream *stream, CamelMedium *part, const
{
CamelMimeMessage *msg = (CamelMimeMessage *) part;
EMFormatQuote *emfq = (EMFormatQuote *) emf;
- char *name, *buf, *value = NULL, *p;
+ char *name, *buf, *value = NULL;
const char *txt, *label;
gboolean addrspec = FALSE;
int is_html = FALSE;