return isn't a function FFS
[apps/madmutt.git] / lib-ui / enter.c
index 860f667..8fe60ed 100644 (file)
@@ -675,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;
 }
 
 /*