mirror of
https://github.com/acidanthera/audk.git
synced 2025-04-08 17:05:09 +02:00
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++) {
|
||||
if (*TempString == L'/') {
|
||||
|
Loading…
x
Reference in New Issue
Block a user