diff options
Diffstat (limited to 'usr.bin/tcfs/tcfsadduser.c')
-rw-r--r-- | usr.bin/tcfs/tcfsadduser.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/tcfs/tcfsadduser.c b/usr.bin/tcfs/tcfsadduser.c index d0fd5fb5a94..fa2c6b1be15 100644 --- a/usr.bin/tcfs/tcfsadduser.c +++ b/usr.bin/tcfs/tcfsadduser.c @@ -1,4 +1,4 @@ -/* $OpenBSD: tcfsadduser.c,v 1.4 2000/06/19 22:42:28 aaron Exp $ */ +/* $OpenBSD: tcfsadduser.c,v 1.5 2000/06/19 23:06:25 aaron Exp $ */ /* * Transparent Cryptographic File System (TCFS) for NetBSD @@ -41,7 +41,7 @@ adduser_main(int argn, char *argv[]) /* * Going to check the arguments */ - while ((val = getopt(argn, argv, "g:l:hv"))!=EOF) + while ((val = getopt(argn, argv, "g:l:hv")) != EOF) switch (val) { case 'l': strlcpy(user, optarg, sizeof(user)); |