fix issue about slashes on end of comment line.

signed-off-by:jcarsey

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@12003 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
jcarsey 2011-07-11 14:32:34 +00:00
parent a6ce6cf992
commit 5ddca3b91b
1 changed files with 1 additions and 1 deletions

View File

@ -79,7 +79,7 @@ PathCleanUpDirectories(
} }
// //
// Fix up the / vs \ // Fix up the '/' vs '\'
// //
for (TempString = Path ; TempString != NULL && *TempString != CHAR_NULL ; TempString++) { for (TempString = Path ; TempString != NULL && *TempString != CHAR_NULL ; TempString++) {
if (*TempString == L'/') { if (*TempString == L'/') {