Author: bapt
Date: Sat Aug  1 11:52:48 2015
New Revision: 286155
URL: https://svnweb.freebsd.org/changeset/base/286155

Log:
  Fix build

Modified:
  head/usr.sbin/pw/pw_conf.c

Modified: head/usr.sbin/pw/pw_conf.c
==============================================================================
--- head/usr.sbin/pw/pw_conf.c  Sat Aug  1 11:31:59 2015        (r286154)
+++ head/usr.sbin/pw/pw_conf.c  Sat Aug  1 11:52:48 2015        (r286155)
@@ -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) {
_______________________________________________
svn-src-head@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to