summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--edk2/ShellPkg/Library/UefiShellDebug1CommandsLib/HexEdit/MainHexEditor.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/edk2/ShellPkg/Library/UefiShellDebug1CommandsLib/HexEdit/MainHexEditor.c b/edk2/ShellPkg/Library/UefiShellDebug1CommandsLib/HexEdit/MainHexEditor.c
index fec712431..3602a7243 100644
--- a/edk2/ShellPkg/Library/UefiShellDebug1CommandsLib/HexEdit/MainHexEditor.c
+++ b/edk2/ShellPkg/Library/UefiShellDebug1CommandsLib/HexEdit/MainHexEditor.c
@@ -106,7 +106,7 @@ HMainCommandDisplayHelp (
VOID
)
{
- INTN CurrentLine=0;
+ INT32 CurrentLine=0;
CHAR16 * InfoString;
EFI_INPUT_KEY Key;