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:
ydong10 2011-10-18 01:47:53 +00:00
parent c8c2259156
commit d6c06dd776
1 changed files with 1 additions and 1 deletions

View File

@ -194,7 +194,7 @@ GetFullyQualifiedPath(
PathCleanUpDirectories(PathToReturn); PathCleanUpDirectories(PathToReturn);
if (PathTpReturn == NULL) { if (PathToReturn == NULL) {
return NULL; return NULL;
} }