summaryrefslogtreecommitdiffstats
path: root/mbbsd/admin.c
diff options
context:
space:
mode:
Diffstat (limited to 'mbbsd/admin.c')
-rw-r--r--mbbsd/admin.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mbbsd/admin.c b/mbbsd/admin.c
index 8aded7cb..68ff5cce 100644
--- a/mbbsd/admin.c
+++ b/mbbsd/admin.c
@@ -1846,7 +1846,7 @@ review_register_form(const char *regfile, int dryrun)
ri+1,
(unum && search_ulist(unum)) ?
ANSI_COLOR(1;35) : "" ANSI_COLOR(1),
- (unum == 0) ? ANSI_COLOR(1;31) "X" ANSI_RESET :
+ (unum == 0) ? ANSI_COLOR(1;31) "D" ANSI_RESET :
( (muser.userlevel & PERM_LOGINOK) ?
ANSI_COLOR(1;33) "Y" ANSI_RESET : " "),
v);