X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=EdkCompatibilityPkg%2FSample%2FTools%2FSource%2FGenDepex%2FGenDepex.c;h=59a8f384b364c5e24912fefa7045f3a37ad68212;hp=cebcc01f9b783874208f21f252c58433b18b93e6;hb=95d675b5272d76105e2109a11d8b35f416be8b29;hpb=c7f33ca42470dc87bc41a8583f427883123d67a1 diff --git a/EdkCompatibilityPkg/Sample/Tools/Source/GenDepex/GenDepex.c b/EdkCompatibilityPkg/Sample/Tools/Source/GenDepex/GenDepex.c index cebcc01f9b..59a8f384b3 100644 --- a/EdkCompatibilityPkg/Sample/Tools/Source/GenDepex/GenDepex.c +++ b/EdkCompatibilityPkg/Sample/Tools/Source/GenDepex/GenDepex.c @@ -841,12 +841,12 @@ Returns: // // Output the calling arguments // - printf ("\n\n"); - for (Index = 0; Index < argc; Index++) { - printf ("%s ", argv[Index]); - } - - printf ("\n\n"); + //printf ("\n\n"); + //for (Index = 0; Index < argc; Index++) { + // printf ("%s ", argv[Index]); + //} + // + //printf ("\n\n"); if (argc < 5) { printf ("Not enough arguments\n");