FOREVER is of very bad taste, use for (;;)
[apps/madmutt.git] / browser.c
index 3477f9a..12506b3 100644 (file)
--- a/browser.c
+++ b/browser.c
@@ -851,7 +851,7 @@ void _mutt_select_file (char *f, size_t flen, int flags, char ***files,
 
   init_menu (&state, menu, title, sizeof (title), buffy);
 
-  FOREVER {
+  for (;;) {
     switch (i = mutt_menuLoop (menu)) {
     case OP_GENERIC_SELECT_ENTRY: