Clean up previous -version change.
A few nitpick points here.
This commit is contained in:
parent
b88a8cdb76
commit
847770da1e
1 changed files with 2 additions and 5 deletions
|
|
@ -42,14 +42,11 @@ int main(int argc, char **argv)
|
|||
myargv = argv;
|
||||
|
||||
//!
|
||||
// @arg
|
||||
//
|
||||
// Print the program version and exit.
|
||||
//
|
||||
|
||||
if (M_ParmExists("-version") || M_ParmExists("--version")) {
|
||||
puts (PACKAGE_NAME " " PACKAGE_VERSION);
|
||||
exit (0);
|
||||
puts(PACKAGE_STRING);
|
||||
exit(0);
|
||||
}
|
||||
|
||||
M_FindResponseFile();
|
||||
|
|
|
|||
Loading…
Reference in a new issue