diff options
Diffstat (limited to 'winsup/cygwin/fhandler_proc.cc')
-rw-r--r-- | winsup/cygwin/fhandler_proc.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/winsup/cygwin/fhandler_proc.cc b/winsup/cygwin/fhandler_proc.cc index 7a67cf0b1..b400a278f 100644 --- a/winsup/cygwin/fhandler_proc.cc +++ b/winsup/cygwin/fhandler_proc.cc @@ -991,7 +991,7 @@ format_proc_partitions (char *destbuf, size_t maxsize) || !isdigit (devname[8])) continue; /* Construct path name for partition 0, which is the whole disk, - and try to open. */ + and try to open. */ wcscpy (wpath, dbi->ObjectName.Buffer); wcscpy (wpath + dbi->ObjectName.Length / 2, L"\\Partition0"); upath.Length = 22 + dbi->ObjectName.Length; |