From: ywang Date: Tue, 2 Jan 2007 22:00:24 +0000 (+0000) Subject: git-svn-id: https://edk2.tianocore.org/svn/edk2/trunk@2160 de2fecce-e211-0410-80a6... X-Git-Url: http://git.etherboot.org/people/mcb30/edk2.git/commitdiff_plain/7a88a0bcbc32fab227113970977ae49d48949440?ds=sidebyside git-svn-id: https://edk2.tianocore.org/svn/edk2/trunk@2160 de2fecce-e211-0410-80a6-f3fac2684e05 --- diff --git a/edk2/Tools/CCode/Source/ModifyInf/ModifyInf.c b/edk2/Tools/CCode/Source/ModifyInf/ModifyInf.c index 1b1a9e29a..2cab6c1a2 100755 --- a/edk2/Tools/CCode/Source/ModifyInf/ModifyInf.c +++ b/edk2/Tools/CCode/Source/ModifyInf/ModifyInf.c @@ -247,7 +247,7 @@ Returns: } void -MIVersion( +Version( void ) /*++ @@ -290,7 +290,7 @@ Returns: --*/ { - MIVersion(); + Version(); printf ("\nUsage: %s InputFile OutputFile Pattern_String [Pattern_String ¡­]\n\ Where: \n\ Pattern_String is of the format (note that the section name must be \n\ @@ -345,7 +345,7 @@ Returns: } if ((strcmp(argv[1], "-V") == 0) || (strcmp(argv[1], "--version") == 0)) { - MIVersion(); + Version(); return 0; }