From 8c384caa7e619a725c23c75ee28d633aa7031d7b Mon Sep 17 00:00:00 2001 From: Thomas Roessler Date: Mon, 19 Oct 1998 20:08:10 +0000 Subject: [PATCH] fix a typo. --- postpone.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/postpone.c b/postpone.c index 2775b142f..b38757759 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; -- 2.40.0