diff options
author | Christopher Faylor <me@cgf.cx> | 2004-10-25 15:49:36 +0000 |
---|---|---|
committer | Christopher Faylor <me@cgf.cx> | 2004-10-25 15:49:36 +0000 |
commit | 4bfc614b42c52ed78f66abff92e9103a9ce549e1 (patch) | |
tree | f698a4d89c2508cb1763156b804ae5bf0c832602 /winsup/utils/cygcheck.cc | |
parent | bc4ab9927687b3b2c67cce6e88ce6b5c15bd81c5 (diff) | |
download | cygnal-4bfc614b42c52ed78f66abff92e9103a9ce549e1.tar.gz cygnal-4bfc614b42c52ed78f66abff92e9103a9ce549e1.tar.bz2 cygnal-4bfc614b42c52ed78f66abff92e9103a9ce549e1.zip |
fix whitespace, update some copyrights
Diffstat (limited to 'winsup/utils/cygcheck.cc')
-rw-r--r-- | winsup/utils/cygcheck.cc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/winsup/utils/cygcheck.cc b/winsup/utils/cygcheck.cc index 7aca0db4f..c7caebd65 100644 --- a/winsup/utils/cygcheck.cc +++ b/winsup/utils/cygcheck.cc @@ -1083,9 +1083,9 @@ dump_sysinfo () DWORD serno = 0, maxnamelen = 0, flags = 0; name[0] = name[0] = fsname[0] = 0; sprintf (drive, "%c:\\", i + 'a'); - /* Report all errors, except if the Volume is ERROR_NOT_READY. - ERROR_NOT_READY is returned when removeable media drives are empty - (CD, floppy, etc.) */ + /* Report all errors, except if the Volume is ERROR_NOT_READY. + ERROR_NOT_READY is returned when removeable media drives are empty + (CD, floppy, etc.) */ if (!GetVolumeInformation (drive, name, sizeof (name), &serno, &maxnamelen, &flags, fsname, sizeof (fsname)) && GetLastError () != ERROR_NOT_READY) |