using stls should not enable new CAPAs
[apps/madmutt.git] / lib-ui / enter.c
index 44ccb69..8fe60ed 100644 (file)
@@ -11,6 +11,7 @@
 #include <lib-ui/lib-ui.h>
 
 #include "menu.h"
+#include "browser.h"
 
 #include "mutt.h"
 #include "alias.h"
@@ -674,7 +675,7 @@ int _mutt_get_field(const char *field, char *buf, ssize_t buflen, int flags,
   CLEARLINE(stdscr, LINES - 1);
 
   p_delete(&es.wbuf);
-  return (ret);
+  return ret;
 }
 
 /*