From 0828f35962a45c0f206d1f7d260783e282a55ecf Mon Sep 17 00:00:00 2001 From: Matthew Barnes Date: Sun, 6 Apr 2008 01:13:37 +0000 Subject: Fix a corner case that I missed in my last commit. 2008-04-05 Matthew Barnes * mail/em-composer-prefs.c: Fix a corner case that I missed in my last commit. svn path=/trunk/; revision=35324 --- mail/em-format-quote.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mail/em-format-quote.c') 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; -- cgit