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>2003-11-23 20:55:37 +0300
committerChristopher Faylor <me@cgf.cx>2003-11-23 20:55:37 +0300
commit4b1bc69287d678b0553660cd726052766c93cf4c (patch)
tree846c149194d4e60f37583d259acf0dae67d5aae7 /winsup/cygwin/dtable.cc
parent95b11561445c2a15e9e4e16213dd583ceee57569 (diff)
white space
Diffstat (limited to 'winsup/cygwin/dtable.cc')
-rw-r--r--winsup/cygwin/dtable.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/winsup/cygwin/dtable.cc b/winsup/cygwin/dtable.cc
index 0d083b65b..b2291c7d5 100644
--- a/winsup/cygwin/dtable.cc
+++ b/winsup/cygwin/dtable.cc
@@ -329,7 +329,7 @@ build_fh_pc (path_conv& pc)
fh = cnew (fhandler_tty_master) ();
break;
case DEV_CYGDRIVE_MAJOR:
- fh = cnew (fhandler_cygdrive) ();
+ fh = cnew (fhandler_cygdrive) ();
break;
case DEV_FLOPPY_MAJOR:
case DEV_CDROM_MAJOR: