mirror of
git://sourceware.org/git/newlib-cygwin.git
synced 2025-01-18 04:19:21 +08:00
* cygcheck.cc (main): Eliminate non-GNU formatting glitch.
This commit is contained in:
parent
67763c0ca2
commit
35e15d9904
@ -1303,12 +1303,11 @@ main (int argc, char **argv)
|
||||
argc -= optind;
|
||||
argv += optind;
|
||||
|
||||
if (argc == 0 && !sysinfo && !keycheck && !check_setup) {
|
||||
if (argc == 0 && !sysinfo && !keycheck && !check_setup)
|
||||
if (givehelp)
|
||||
usage (stdout, 0);
|
||||
else
|
||||
usage (stderr, 1);
|
||||
}
|
||||
|
||||
if ((check_setup || sysinfo) && keycheck)
|
||||
usage (stderr, 1);
|
||||
|
Loading…
x
Reference in New Issue
Block a user