return after printing versions
authorThomas Vander Stichele <thomas@apestaart.org>
Wed, 4 Feb 2004 18:37:48 +0000 (18:37 +0000)
committerThomas Vander Stichele <thomas@apestaart.org>
Wed, 4 Feb 2004 18:37:48 +0000 (18:37 +0000)
Original commit message from CVS:
return after printing versions

tools/gst-run.c

index 56a8caa..4ed064a 100644 (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 */