mirror of https://github.com/acidanthera/audk.git
ShellPkg: fix build error when converting INTN to INT32.
signed-off-by: jcarsey Reviewed-by: lgao4 git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@12186 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
92870c983c
commit
d159ab9538
|
@ -106,7 +106,7 @@ HMainCommandDisplayHelp (
|
||||||
VOID
|
VOID
|
||||||
)
|
)
|
||||||
{
|
{
|
||||||
INTN CurrentLine=0;
|
INT32 CurrentLine=0;
|
||||||
CHAR16 * InfoString;
|
CHAR16 * InfoString;
|
||||||
EFI_INPUT_KEY Key;
|
EFI_INPUT_KEY Key;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue