FOREVER is of very bad taste, use for (;;)
[apps/madmutt.git] / pgpkey.c
index a0aed72..05ca27a 100644 (file)
--- a/pgpkey.c
+++ b/pgpkey.c
@@ -653,7 +653,7 @@ pgp_key_t pgp_ask_for_key (char *tag, char *whatfor,
   }
 
 
-  FOREVER {
+  for (;;) {
     resp[0] = 0;
     if (mutt_get_field (tag, resp, sizeof (resp), M_CLEAR) != 0)
       return NULL;