From 1b23b30b29eebbe7c9953f2a7470f31a0feb8702 Mon Sep 17 00:00:00 2001 From: Christopher Faylor Date: Sat, 17 Dec 2011 23:39:47 +0000 Subject: Clean up whitespace. --- winsup/utils/cygpath.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'winsup/utils/cygpath.cc') diff --git a/winsup/utils/cygpath.cc b/winsup/utils/cygpath.cc index 1e7905b51..662112fe5 100644 --- a/winsup/utils/cygpath.cc +++ b/winsup/utils/cygpath.cc @@ -286,7 +286,7 @@ get_device_name (char *path) { /* If there's a trailing path, it's a perfectly valid DOS pathname without the \\.\ prefix. Unless it's - longer than MAX_PATH - 1 in which case it needs + longer than MAX_PATH - 1 in which case it needs the \\?\ prefix. */ if ((len = strlen (ret + 4)) >= MAX_PATH) ret[2] = '?'; -- cgit v1.2.3