]> git.proxmox.com Git - mirror_edk2.git/blobdiff - ShellPkg/Application/ShellCTestApp/ShellCTestApp.c
Fix signed/unsigned mismatch issue
[mirror_edk2.git] / ShellPkg / Application / ShellCTestApp / ShellCTestApp.c
index 8b3762e1676d04e88452e06fdeccebccfb796014..f7bc8ccc859e07f1fd05d1ee9488578fbf3fd101 100644 (file)
@@ -39,7 +39,7 @@ ShellAppMain (
   IN CHAR16 **Argv\r
   )\r
 {\r
-  INTN Index;\r
+  UINTN  Index;\r
 \r
   Print(L"ShellCTestApp.c:ShellAppMain called with %d parameters\n", Argc);\r
   for (Index = 0; Index < Argc; Index++) {\r