diff options
Diffstat (limited to 'mbbsd/board.c')
-rw-r--r-- | mbbsd/board.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mbbsd/board.c b/mbbsd/board.c index 78c6c5e2..2e7137a5 100644 --- a/mbbsd/board.c +++ b/mbbsd/board.c @@ -1202,7 +1202,7 @@ choose_board(int newflag) break; switch(c){ case '1': - cleanup(); + fav_clean_invisible(); break; case '2': fav_save(); |