summaryrefslogtreecommitdiffstats
path: root/postpone.c
diff options
context:
space:
mode:
authorThomas Roessler <roessler@does-not-exist.org>1998-10-19 20:08:10 +0000
committerThomas Roessler <roessler@does-not-exist.org>1998-10-19 20:08:10 +0000
commitab4c1b79eed64947721ec044d24e3861b9e6e2b7 (patch)
tree08cac9544068ca7c7204731e472e0be08d22685f /postpone.c
parent15eb5221390f293648eb28bf8855c270fcd58526 (diff)
fix a typo.
Diffstat (limited to 'postpone.c')
-rw-r--r--postpone.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/postpone.c b/postpone.c
index 2775b142..b3875775 100644
--- a/postpone.c
+++ b/postpone.c
@@ -439,7 +439,7 @@ int mutt_edit_message (CONTEXT *ctx, HEADER *newhdr, HEADER *hdr)
}
newhdr->content = mutt_make_file_attach (file);
- FREE (&newhddr->content->subtype);
+ FREE (&newhdr->content->subtype);
FREE (&newhdr->content->xtype);
newhdr->content->type = hdr->content->type;