aboutsummaryrefslogtreecommitdiffstats
path: root/mail/em-format-html.c
diff options
context:
space:
mode:
authorMatthew Barnes <mbarnes@redhat.com>2008-04-06 09:13:37 +0800
committerMatthew Barnes <mbarnes@src.gnome.org>2008-04-06 09:13:37 +0800
commit0828f35962a45c0f206d1f7d260783e282a55ecf (patch)
tree98122f7df1de46f284f03741f60fe19759fb0d36 /mail/em-format-html.c
parent5cbf864dca7165ac60e3ce2eb6799228fbedef2c (diff)
downloadgsoc2013-evolution-0828f35962a45c0f206d1f7d260783e282a55ecf.tar
gsoc2013-evolution-0828f35962a45c0f206d1f7d260783e282a55ecf.tar.gz
gsoc2013-evolution-0828f35962a45c0f206d1f7d260783e282a55ecf.tar.bz2
gsoc2013-evolution-0828f35962a45c0f206d1f7d260783e282a55ecf.tar.lz
gsoc2013-evolution-0828f35962a45c0f206d1f7d260783e282a55ecf.tar.xz
gsoc2013-evolution-0828f35962a45c0f206d1f7d260783e282a55ecf.tar.zst
gsoc2013-evolution-0828f35962a45c0f206d1f7d260783e282a55ecf.zip
Fix a corner case that I missed in my last commit.
2008-04-05 Matthew Barnes <mbarnes@redhat.com> * mail/em-composer-prefs.c: Fix a corner case that I missed in my last commit. svn path=/trunk/; revision=35324
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;