* cygcheck.cc (main): Slight formatting tweak.

This commit is contained in:
Christopher Faylor 2001-11-12 21:28:32 +00:00
parent 92dd5f23a5
commit e1af9739e0
2 changed files with 6 additions and 1 deletions

View File

@ -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.

View File

@ -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 ("");
}