Put back the `:' in the trinary ?: so this can actually compile again! :)

This commit is contained in:
Jordan K. Hubbard 1994-10-13 08:46:44 +00:00
parent 64324dc610
commit 3270fb5ece
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=3555

View File

@ -217,7 +217,7 @@ main(argc, argv)
}
opstring = mfs ?
"NF:T:a:b:c:d:e:f:i:m:o:s:"
"NF:T:a:b:c:d:e:f:i:m:o:s:" :
"NOS:T:a:b:c:d:e:f:i:k:l:m:n:o:p:r:s:t:u:x:";
while ((ch = getopt(argc, argv, opstring)) != EOF)
switch (ch) {