X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=compose.c;h=c16d5beacc66eb7c35aaaaa4868d4559e38889a9;hp=72e67375aa6435e84b1b2da636ddaf70f4ed0e2e;hb=74dda532c4844f38025d575926787532d41d613d;hpb=73359dc55ff8f4da32149f7270f7ceaccd658256 diff --git a/compose.c b/compose.c index 72e6737..c16d5be 100644 --- a/compose.c +++ b/compose.c @@ -688,7 +688,8 @@ int mutt_compose_menu (HEADER * msg, /* structure for new message */ case OP_COMPOSE_ATTACH_FILE: { - char *prompt, **files; + const char *prompt; + char **files; int error, numfiles; fname[0] = 0; @@ -739,7 +740,7 @@ int mutt_compose_menu (HEADER * msg, /* structure for new message */ case OP_COMPOSE_ATTACH_NEWS_MESSAGE: #endif { - char *prompt; + const char *prompt; HEADER *h; fname[0] = 0;