aboutsummaryrefslogtreecommitdiff
path: root/winsup/utils
diff options
context:
space:
mode:
authorChristopher Faylor <me@cgf.cx>2002-02-27 16:25:30 +0000
committerChristopher Faylor <me@cgf.cx>2002-02-27 16:25:30 +0000
commit35e15d9904a8117d8be5c63f8597f8f36f8ce437 (patch)
tree68920fa013df4bfa8e06ae1813a1b6955ba5932d /winsup/utils
parent67763c0ca21b2f4d175d77973ed22b38884bf39c (diff)
downloadnewlib-35e15d9904a8117d8be5c63f8597f8f36f8ce437.zip
newlib-35e15d9904a8117d8be5c63f8597f8f36f8ce437.tar.gz
newlib-35e15d9904a8117d8be5c63f8597f8f36f8ce437.tar.bz2
* cygcheck.cc (main): Eliminate non-GNU formatting glitch.
Diffstat (limited to 'winsup/utils')
-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 903fa40..f73ca86 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);