summaryrefslogtreecommitdiffstats
path: root/mbbsd
diff options
context:
space:
mode:
Diffstat (limited to 'mbbsd')
-rw-r--r--mbbsd/board.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/mbbsd/board.c b/mbbsd/board.c
index e7658328..2e764a76 100644
--- a/mbbsd/board.c
+++ b/mbbsd/board.c
@@ -568,7 +568,7 @@ load_boards(char *key)
(bptr->brdattr & (BRD_GROUPBOARD | BRD_SYMBOLIC)) ||
!((state = HasPerm(bptr)) || GROUPOP()) ||
TITLE_MATCH(bptr, key)
-#ifndef HOTBOARDCACHE
+#if ! HOTBOARDCACHE
|| (class_bid == -1 && bptr->nuser < 5)
#endif
)
@@ -582,7 +582,7 @@ load_boards(char *key)
#endif
needREALLOC = 1;
}
-#ifndef HOTBOARDCACHE
+#if ! HOTBOARDCACHE
if (class_bid == -1)
qsort(nbrd, brdnum, sizeof(boardstat_t), cmpboardfriends);
#endif