summaryrefslogtreecommitdiffstats
path: root/mbbsd/bbs.c
diff options
context:
space:
mode:
Diffstat (limited to 'mbbsd/bbs.c')
-rw-r--r--mbbsd/bbs.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/mbbsd/bbs.c b/mbbsd/bbs.c
index c8da182b..5de2d935 100644
--- a/mbbsd/bbs.c
+++ b/mbbsd/bbs.c
@@ -3967,8 +3967,7 @@ log_board(iconst char *mode, time4_t usetime)
int
Select(void)
{
- do_select();
- return 0;
+ return do_select();
}
#ifdef HAVEMOBILE