This commit is contained in:
ywang 2007-01-02 22:00:24 +00:00
parent f091efb3cb
commit 66b23b953f
1 changed files with 3 additions and 3 deletions

View File

@ -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;
}