mirror of
https://github.com/acidanthera/audk.git
synced 2025-07-19 19:54:25 +02:00
Fix a code typo.
Signed-off-by: ydong10 git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@12543 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
c8c2259156
commit
d6c06dd776
@ -194,7 +194,7 @@ GetFullyQualifiedPath(
|
||||
|
||||
PathCleanUpDirectories(PathToReturn);
|
||||
|
||||
if (PathTpReturn == NULL) {
|
||||
if (PathToReturn == NULL) {
|
||||
return NULL;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user