=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/tcfs/Attic/tcfsrmuser.c,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- src/usr.bin/tcfs/Attic/tcfsrmuser.c 2000/06/19 22:42:29 1.5 +++ src/usr.bin/tcfs/Attic/tcfsrmuser.c 2000/06/19 23:06:25 1.6 @@ -1,4 +1,4 @@ -/* $OpenBSD: tcfsrmuser.c,v 1.5 2000/06/19 22:42:29 aaron Exp $ */ +/* $OpenBSD: tcfsrmuser.c,v 1.6 2000/06/19 23:06:25 aaron Exp $ */ /* * Transparent Cryptographic File System (TCFS) for NetBSD @@ -47,7 +47,7 @@ err(1, NULL); while ((val = getopt(argn, argv, "l:hv")) != EOF) - switch (val) { + switch (val) { case 'l': strlcpy(user, optarg, LOGIN_NAME_MAX + 1); have_user = TRUE;