mirror of https://github.com/acidanthera/audk.git
ShellPkg: API name typo.
Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Jaben Carsey <jaben.carsey@intel.com> git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@15010 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
404b3f4394
commit
12a27a6d81
|
@ -1754,7 +1754,7 @@ SetLastError(
|
|||
**/
|
||||
EFI_STATUS
|
||||
EFIAPI
|
||||
ProcessCommandLineAliasVariable(
|
||||
ProcessCommandLineToFinal(
|
||||
IN OUT CHAR16 **CmdLine
|
||||
)
|
||||
{
|
||||
|
@ -2086,7 +2086,7 @@ RunCommand(
|
|||
return (EFI_SUCCESS);
|
||||
}
|
||||
|
||||
Status = ProcessCommandLineAliasVariable(&CleanOriginal);
|
||||
Status = ProcessCommandLineToFinal(&CleanOriginal);
|
||||
if (EFI_ERROR(Status)) {
|
||||
SHELL_FREE_NON_NULL(CleanOriginal);
|
||||
return (Status);
|
||||
|
|
Loading…
Reference in New Issue