mirror of
https://github.com/acidanthera/audk.git
synced 2025-07-29 16:44:10 +02:00
Fix signed/unsigned mismatch issue
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@8905 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
94c5492c8a
commit
c5ce665f74
@ -39,7 +39,7 @@ ShellAppMain (
|
|||||||
IN CHAR16 **Argv
|
IN CHAR16 **Argv
|
||||||
)
|
)
|
||||||
{
|
{
|
||||||
INTN Index;
|
UINTN Index;
|
||||||
|
|
||||||
Print(L"ShellCTestApp.c:ShellAppMain called with %d parameters\n", Argc);
|
Print(L"ShellCTestApp.c:ShellAppMain called with %d parameters\n", Argc);
|
||||||
for (Index = 0; Index < Argc; Index++) {
|
for (Index = 0; Index < Argc; Index++) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user