mirror of https://github.com/acidanthera/audk.git
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:
parent
a6ce6cf992
commit
5ddca3b91b
|
@ -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'/') {
|
||||||
|
|
Loading…
Reference in New Issue