diff options
-rw-r--r-- | mbbsd/bbs.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mbbsd/bbs.c b/mbbsd/bbs.c index 657ad486..52c175c1 100644 --- a/mbbsd/bbs.c +++ b/mbbsd/bbs.c @@ -3328,7 +3328,7 @@ b_config(void) boardheader_t *bp=NULL; int touched = 0, finished = 0; bp = getbcache(currbid); - const int ytitle = b_lines - 15; + int ytitle = b_lines - 15; int i = 0; #ifndef OLDRECOMMEND |