summaryrefslogtreecommitdiff
path: root/Tools/CCode
diff options
context:
space:
mode:
authorywang <ywang@6f19259b-4bc3-4df7-8a09-765794883524>2007-01-02 22:00:24 +0000
committerywang <ywang@6f19259b-4bc3-4df7-8a09-765794883524>2007-01-02 22:00:24 +0000
commit66b23b953f4622b35e2a9a93035d5b376913dcd5 (patch)
tree9420b5d2f4fc5b03fcd40f31e2557a197e880e8b /Tools/CCode
parentf091efb3cb895692a55c310c368943bb4c108ba1 (diff)
downloadedk2-66b23b953f4622b35e2a9a93035d5b376913dcd5.zip
edk2-66b23b953f4622b35e2a9a93035d5b376913dcd5.tar.gz
edk2-66b23b953f4622b35e2a9a93035d5b376913dcd5.tar.bz2
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2160 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'Tools/CCode')
-rwxr-xr-xTools/CCode/Source/ModifyInf/ModifyInf.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/Tools/CCode/Source/ModifyInf/ModifyInf.c b/Tools/CCode/Source/ModifyInf/ModifyInf.c
index 1b1a9e2..2cab6c1 100755
--- a/Tools/CCode/Source/ModifyInf/ModifyInf.c
+++ b/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;
}