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:
jcarsey 2011-08-23 15:32:49 +00:00
parent 92870c983c
commit d159ab9538
1 changed files with 1 additions and 1 deletions

View File

@ -106,7 +106,7 @@ HMainCommandDisplayHelp (
VOID
)
{
INTN CurrentLine=0;
INT32 CurrentLine=0;
CHAR16 * InfoString;
EFI_INPUT_KEY Key;