From 47407a6a24f0f6bf450ca482c26981416d60ba4e Mon Sep 17 00:00:00 2001 From: Thomas Vander Stichele Date: Wed, 4 Feb 2004 18:37:48 +0000 Subject: [PATCH] return after printing versions Original commit message from CVS: return after printing versions --- tools/gst-run.c | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/gst-run.c b/tools/gst-run.c index 56a8caaea5..4ed064ac82 100644 --- a/tools/gst-run.c +++ b/tools/gst-run.c @@ -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 */