FOREVER is of very bad taste, use for (;;)
[apps/madmutt.git] / curs_main.c
index fe65287..03315f2 100644 (file)
@@ -445,7 +445,7 @@ int mutt_index_menu (void)
       sidebar_set_current (Context->path);
   }
 
-  FOREVER {
+  for (;;) {
     tag = 0;                    /* clear the tag-prefix */
 
     menu->max = Context ? Context->vcount : 0;