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 1355ad34..fc965804 100644 --- a/mbbsd/board.c +++ b/mbbsd/board.c @@ -741,7 +741,7 @@ choose_board(int newflag) switch (ch) { case Ctrl('W'): - whereami(0, NULL, NULL); + whereami(); head = -1; break; case 'e': |