diff options
Diffstat (limited to 'winsup/cygwin/path.cc')
-rw-r--r-- | winsup/cygwin/path.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/winsup/cygwin/path.cc b/winsup/cygwin/path.cc index 7e32ae8ec..57e4e2c12 100644 --- a/winsup/cygwin/path.cc +++ b/winsup/cygwin/path.cc @@ -740,7 +740,7 @@ digits (const char *name) return p > name && !*p ? n : -1; } -const char *windows_device_names[] = +const char *windows_device_names[] NO_COPY = { NULL, "\\dev\\console", |