From 353f021396aa5a3afff5a95f4eb2d25e976754af Mon Sep 17 00:00:00 2001 From: bapt Date: Sat, 1 Aug 2015 11:52:48 +0000 Subject: [PATCH] Fix build --- usr.sbin/pw/pw_conf.c | 1 + 1 file changed, 1 insertion(+) diff --git a/usr.sbin/pw/pw_conf.c b/usr.sbin/pw/pw_conf.c index 10ded5cfe107..b723c31a39dd 100644 --- a/usr.sbin/pw/pw_conf.c +++ b/usr.sbin/pw/pw_conf.c @@ -348,6 +348,7 @@ read_userconfig(char const * file) if (errstr) warnx("Invalid min_gid: '%s';" " ignoring", q); + } break; case _UC_MAXGID: if ((q = unquote(q)) != NULL) { -- 2.41.0