X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=curs_main.c;h=03315f2652885baa810a218e98bb7a8e2eba87ea;hp=fe652871df619cca568994628b1655da2d321f75;hb=eed5352e46df93f8921d2e6dfdc95b027bad6e1e;hpb=7f7a0be369840b290248e5b0302beb447fa1b3cd diff --git a/curs_main.c b/curs_main.c index fe65287..03315f2 100644 --- a/curs_main.c +++ b/curs_main.c @@ -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;