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>2001-11-13 00:28:32 +0300
committerChristopher Faylor <me@cgf.cx>2001-11-13 00:28:32 +0300
commite1af9739e0bf5095702e63d4a2869ba33ce7b86b (patch)
treef4cd155c91918df25b264dc6c4764b1cb53237f1 /winsup/utils
parent92dd5f23a56cc179af2b8ca3e1f8d0c322560e69 (diff)
* cygcheck.cc (main): Slight formatting tweak.
Diffstat (limited to 'winsup/utils')
-rw-r--r--winsup/utils/ChangeLog4
-rw-r--r--winsup/utils/cygcheck.cc3
2 files changed, 6 insertions, 1 deletions
diff --git a/winsup/utils/ChangeLog b/winsup/utils/ChangeLog
index 55b071f81..781fafbea 100644
--- a/winsup/utils/ChangeLog
+++ b/winsup/utils/ChangeLog
@@ -1,3 +1,7 @@
+2001-11-12 Christopher Faylor <cgf@redhat.com>
+
+ * cygcheck.cc (main): Slight formatting tweak.
+
2001-11-12 Corinna Vinschen <corinna@vinschen.de>
* cygcheck.cc (dump_sysinfo): Add some more details.
diff --git a/winsup/utils/cygcheck.cc b/winsup/utils/cygcheck.cc
index dba77f5bc..66bf51855 100644
--- a/winsup/utils/cygcheck.cc
+++ b/winsup/utils/cygcheck.cc
@@ -1,6 +1,6 @@
/* cygcheck.cc
- Copyright 1998 Cygnus Solutions.
+ Copyright 1998, 1999, 2000, 2001 Red Hat, Inc.
This file is part of Cygwin.
@@ -1321,6 +1321,7 @@ main (int argc, char **argv)
dump_sysinfo ();
if (!check_setup)
{
+ puts ("");
dump_setup (verbose, NULL, false);
puts ("");
}