diff --git a/ShellPkg/Application/ShellCTestApp/ShellCTestApp.c b/ShellPkg/Application/ShellCTestApp/ShellCTestApp.c index 8b3762e167..f7bc8ccc85 100644 --- a/ShellPkg/Application/ShellCTestApp/ShellCTestApp.c +++ b/ShellPkg/Application/ShellCTestApp/ShellCTestApp.c @@ -39,7 +39,7 @@ ShellAppMain ( IN CHAR16 **Argv ) { - INTN Index; + UINTN Index; Print(L"ShellCTestApp.c:ShellAppMain called with %d parameters\n", Argc); for (Index = 0; Index < Argc; Index++) {