summaryrefslogtreecommitdiffstats
path: root/mbbsd/announce.c
diff options
context:
space:
mode:
Diffstat (limited to 'mbbsd/announce.c')
-rw-r--r--mbbsd/announce.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/mbbsd/announce.c b/mbbsd/announce.c
index 60d49a9e..bb605cd6 100644
--- a/mbbsd/announce.c
+++ b/mbbsd/announce.c
@@ -920,9 +920,9 @@ a_menu(const char *maintitle, char *path, int lastlevel, char *trans_buffer)
me.now = me.num - 1;
break;
}
- /* piaip: we only load p_lines pages */
+ /* we only load p_lines pages */
if (me.now - me.page >= p_lines)
- berak;
+ break;
} else
break;
if (!isvisible_man(&me))