summaryrefslogtreecommitdiffstats
path: root/mbbsd/name.c
diff options
context:
space:
mode:
Diffstat (limited to 'mbbsd/name.c')
-rw-r--r--mbbsd/name.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mbbsd/name.c b/mbbsd/name.c
index 0f2b1ef4..1ccab86a 100644
--- a/mbbsd/name.c
+++ b/mbbsd/name.c
@@ -1025,7 +1025,7 @@ completeboard_permission(int where)
return (!(bptr->brdattr & BRD_SYMBOLIC) &&
(GROUPOP() || HasBoardPerm(bptr)) &&
!(bptr->brdattr & BRD_GROUPBOARD) &&
- !(bptr->brdattr & BRD_OVER18 && !over18));
+ !((bptr->brdattr & BRD_OVER18) && !over18));
}
int