Remove a stray :' after v' in the getopt() call.

Submitted by:	bde
This commit is contained in:
ru 2002-01-28 13:43:22 +00:00
parent 6c8ad084e0
commit 2137f05783

View File

@ -152,9 +152,9 @@ main(argc, argv)
memf = nlistf = _PATH_DEVNULL;
while ((ch = getopt(argc, argv,
#if defined(LAZY_PS)
"aCcefghjLlM:mN:O:o:p:rSTt:U:uv:wxZ")) != -1)
"aCcefghjLlM:mN:O:o:p:rSTt:U:uvwxZ")) != -1)
#else
"aCceghjLlM:mN:O:o:p:rSTt:U:uv:wxZ")) != -1)
"aCceghjLlM:mN:O:o:p:rSTt:U:uvwxZ")) != -1)
#endif
switch((char)ch) {
case 'a':