summaryrefslogtreecommitdiffstats
path: root/usr.sbin/mtree/verify.c
diff options
context:
space:
mode:
Diffstat (limited to 'usr.sbin/mtree/verify.c')
-rw-r--r--usr.sbin/mtree/verify.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/mtree/verify.c b/usr.sbin/mtree/verify.c
index a04bd55..9b165cf 100644
--- a/usr.sbin/mtree/verify.c
+++ b/usr.sbin/mtree/verify.c
@@ -173,7 +173,7 @@ miss(p, tail)
}
create = 0;
- if (!(p->flags & F_VISIT) && uflag)
+ if (!(p->flags & F_VISIT) && uflag) {
if (!(p->flags & (F_UID | F_UNAME)))
(void)printf(" (directory not created: user not specified)");
else if (!(p->flags & (F_GID | F_GNAME)))
@@ -187,7 +187,7 @@ miss(p, tail)
create = 1;
(void)printf(" (created)");
}
-
+ }
if (!(p->flags & F_VISIT))
(void)putchar('\n');
OpenPOWER on IntegriCloud