* cygcheck.cc (main): Eliminate non-GNU formatting glitch.

This commit is contained in:
Christopher Faylor 2002-02-27 16:25:30 +00:00
parent 67763c0ca2
commit 35e15d9904
1 changed files with 1 additions and 2 deletions

View File

@ -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);