Indentation fix.

This commit is contained in:
nekral-guest 2007-11-16 10:50:38 +00:00
parent 8d527f156d
commit 690f7aee2e
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2007-11-16 Nicolas François <nicolas.francois@centraliens.net>
* src/useradd.c: Indentation fix.
2007-11-14 Nicolas François <nicolas.francois@centraliens.net>
* src/newgrp.c, NEWS: Declare the child and pid variable at the

View File

@ -114,7 +114,7 @@ static int do_grp_update = 0; /* group files need to be updated */
static char *Prog;
static int
bflg = 0, /* new default root of home directory */
bflg = 0, /* new default root of home directory */
cflg = 0, /* comment (GECOS) field for new account */
dflg = 0, /* home directory for new account */
Dflg = 0, /* set/show new user default values */