added missing spaces before braces. added unknown option msg if not given -Wc|l|a when passing options to subprocess

This commit is contained in:
mc78 2017-05-23 22:57:27 +02:00
parent 21b1add984
commit f87a575d4d

View file

@ -1465,6 +1465,7 @@ int main (int argc, char* argv [])
OptLdArgs (Arg, GetArg (&I, 3));
break;
default:
UnknownOption (Arg);
break;
}
} else {