return after printing versions

Original commit message from CVS:
return after printing versions
This commit is contained in:
Thomas Vander Stichele 2004-02-04 18:37:48 +00:00
parent 02bb19da27
commit 47407a6a24

View file

@ -361,6 +361,7 @@ int main
if (_arg_list_mm)
{
g_hash_table_foreach (candidates, (GHFunc) hash_print_key, NULL);
return 0;
}
/* print out command line if asked for */