Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristopher Faylor <me@cgf.cx>2002-02-27 19:25:30 +0300
committerChristopher Faylor <me@cgf.cx>2002-02-27 19:25:30 +0300
commit35e15d9904a8117d8be5c63f8597f8f36f8ce437 (patch)
tree68920fa013df4bfa8e06ae1813a1b6955ba5932d /winsup/utils/cygcheck.cc
parent67763c0ca21b2f4d175d77973ed22b38884bf39c (diff)
* cygcheck.cc (main): Eliminate non-GNU formatting glitch.
Diffstat (limited to 'winsup/utils/cygcheck.cc')
-rw-r--r--winsup/utils/cygcheck.cc3
1 files changed, 1 insertions, 2 deletions
diff --git a/winsup/utils/cygcheck.cc b/winsup/utils/cygcheck.cc
index 903fa4081..f73ca860e 100644
--- a/winsup/utils/cygcheck.cc
+++ b/winsup/utils/cygcheck.cc
@@ -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);