summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/path.cc
diff options
context:
space:
mode:
Diffstat (limited to 'winsup/cygwin/path.cc')
-rw-r--r--winsup/cygwin/path.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/winsup/cygwin/path.cc b/winsup/cygwin/path.cc
index ff474fdf5..3ea799b3f 100644
--- a/winsup/cygwin/path.cc
+++ b/winsup/cygwin/path.cc
@@ -1391,7 +1391,7 @@ static char special_chars[] =
"I" "J" "K" "L" "M" "N" "O" "P"
"Q" "R" "S" "T" "U" "V" "W" "X"
"Y" "Z";
-static char special_introducers[] =
+static char special_introducers[] =
"anpcl";
static char
@@ -1434,7 +1434,7 @@ special_name (const char *s, int inc = 1)
}
bool
-fnunmunge (char *dst, const char *src)
+fnunmunge (char *dst, const char *src)
{
bool converted = false;
char c;