more constness.
[apps/madmutt.git] / help.c
diff --git a/help.c b/help.c
index b9b896a..0545777 100644 (file)
--- a/help.c
+++ b/help.c
@@ -281,7 +281,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;