This commit is contained in:
ywang
2007-01-02 22:00:24 +00:00
parent f091efb3cb
commit 66b23b953f

View File

@ -247,7 +247,7 @@ Returns:
} }
void void
MIVersion( Version(
void void
) )
/*++ /*++
@ -290,7 +290,7 @@ Returns:
--*/ --*/
{ {
MIVersion(); Version();
printf ("\nUsage: %s InputFile OutputFile Pattern_String [Pattern_String <20><>]\n\ printf ("\nUsage: %s InputFile OutputFile Pattern_String [Pattern_String <20><>]\n\
Where: \n\ Where: \n\
Pattern_String is of the format (note that the section name must be \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)) { if ((strcmp(argv[1], "-V") == 0) || (strcmp(argv[1], "--version") == 0)) {
MIVersion(); Version();
return 0; return 0;
} }