missing includes, intializers, consts
[apps/madmutt.git] / edit.c
diff --git a/edit.c b/edit.c
index ff581b0..893b495 100644 (file)
--- a/edit.c
+++ b/edit.c
@@ -403,7 +403,7 @@ int mutt_builtin_editor (const char *path, HEADER * msg, HEADER * cur)
       case 'e':
       case 'v':
         if (be_barf_file (path, buf, buflen) == 0) {
-          char *tag, *err;
+          const char *tag, *err;
 
           be_free_memory (buf, buflen);
           buf = NULL;