]> granicus.if.org Git - neomutt/commitdiff
fix a typo.
authorThomas Roessler <roessler@does-not-exist.org>
Mon, 19 Oct 1998 20:08:10 +0000 (20:08 +0000)
committerThomas Roessler <roessler@does-not-exist.org>
Mon, 19 Oct 1998 20:08:10 +0000 (20:08 +0000)
postpone.c

index 2775b142fc9b48db1af34568ef712c5dec22e876..b387577593dd4339db61e10a3763d34f01cc3205 100644 (file)
@@ -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;