X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=help.c;h=2f135779098a0ff3e57e1d3def26d8eed4bc2182;hp=b9b896aee5d11bb1a54fe3e39107c05ac7d32aa9;hb=b21e95b6f27174909ff28e8e95c13bec01e87f28;hpb=a8477ebaa09990b3688164cbe5cf661c4189541d diff --git a/help.c b/help.c index b9b896a..2f13577 100644 --- a/help.c +++ b/help.c @@ -13,7 +13,7 @@ # include "config.h" #endif -#include "lib/intl.h" +#include #include "lib/str.h" #include "mutt.h" @@ -22,6 +22,7 @@ #include "pager.h" #include "mapping.h" +#include #include #include @@ -281,7 +282,7 @@ void mutt_help (int menu) { char t[_POSIX_PATH_MAX]; char buf[SHORT_STRING]; - char *desc; + const char *desc; FILE *f; struct binding_t *funcs;