From d6c06dd77645c84654c51d5aa3582aaa241c429c Mon Sep 17 00:00:00 2001 From: ydong10 Date: Tue, 18 Oct 2011 01:47:53 +0000 Subject: 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 --- .../Library/UefiShellLevel2CommandsLib/UefiShellLevel2CommandsLib.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ShellPkg/Library') diff --git a/ShellPkg/Library/UefiShellLevel2CommandsLib/UefiShellLevel2CommandsLib.c b/ShellPkg/Library/UefiShellLevel2CommandsLib/UefiShellLevel2CommandsLib.c index 69193d5efa..52aaff021f 100644 --- a/ShellPkg/Library/UefiShellLevel2CommandsLib/UefiShellLevel2CommandsLib.c +++ b/ShellPkg/Library/UefiShellLevel2CommandsLib/UefiShellLevel2CommandsLib.c @@ -194,7 +194,7 @@ GetFullyQualifiedPath( PathCleanUpDirectories(PathToReturn); - if (PathTpReturn == NULL) { + if (PathToReturn == NULL) { return NULL; } -- cgit v1.2.3