FOREVER is of very bad taste, use for (;;)
[apps/madmutt.git] / recvattach.c
index e123884..d1c7117 100644 (file)
@@ -994,7 +994,7 @@ void mutt_view_attachments (HEADER * hdr)
   attach_collapse (cur, 0, 1, 0);
   mutt_update_attach_index (cur, &idx, &idxlen, &idxmax, menu);
 
-  FOREVER {
+  for (;;) {
     if (op == OP_NULL)
       op = mutt_menuLoop (menu);
     switch (op) {