aboutsummaryrefslogtreecommitdiff
path: root/tools/mhmake/src/fileinfo.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tools/mhmake/src/fileinfo.cpp')
-rw-r--r--tools/mhmake/src/fileinfo.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/mhmake/src/fileinfo.cpp b/tools/mhmake/src/fileinfo.cpp
index 9f4ae1ca1..884d645b5 100644
--- a/tools/mhmake/src/fileinfo.cpp
+++ b/tools/mhmake/src/fileinfo.cpp
@@ -257,7 +257,7 @@ string &NormalizePathName(string &Name)
if (pLastSlash<pBeg)
pWr=(char*)pBeg;
else
- pWr=(char*)pLastSlash;
+ pWr=(char*)pLastSlash;
}
}
else