mirror of https://github.com/acidanthera/audk.git
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…
Reference in New Issue