]> git.proxmox.com Git - mirror_edk2.git/commitdiff
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2160 6f19259b...
authorywang <ywang@6f19259b-4bc3-4df7-8a09-765794883524>
Tue, 2 Jan 2007 22:00:24 +0000 (22:00 +0000)
committerywang <ywang@6f19259b-4bc3-4df7-8a09-765794883524>
Tue, 2 Jan 2007 22:00:24 +0000 (22:00 +0000)
Tools/CCode/Source/ModifyInf/ModifyInf.c

index 1b1a9e29a16cf869bc381b317db10c42e5f7aa95..2cab6c1a220b67454152ad0f451cdb48fd0b86e1 100755 (executable)
@@ -247,7 +247,7 @@ Returns:
 }\r
 \r
 void \r
 }\r
 \r
 void \r
-MIVersion(\r
+Version(\r
   void\r
   )\r
 /*++\r
   void\r
   )\r
 /*++\r
@@ -290,7 +290,7 @@ Returns:
   \r
 --*/ \r
 {\r
   \r
 --*/ \r
 {\r
-  MIVersion();\r
+  Version();\r
   printf ("\nUsage: %s InputFile OutputFile Pattern_String [Pattern_String ¡­]\n\\r
    Where: \n\\r
      Pattern_String is of the format (note that the section name must be \n\\r
   printf ("\nUsage: %s InputFile OutputFile Pattern_String [Pattern_String ¡­]\n\\r
    Where: \n\\r
      Pattern_String is of the format (note that the section name must be \n\\r
@@ -345,7 +345,7 @@ Returns:
   }\r
   \r
   if ((strcmp(argv[1], "-V") == 0) || (strcmp(argv[1], "--version") == 0)) {\r
   }\r
   \r
   if ((strcmp(argv[1], "-V") == 0) || (strcmp(argv[1], "--version") == 0)) {\r
-    MIVersion();\r
+    Version();\r
     return 0;\r
   }\r
   \r
     return 0;\r
   }\r
   \r