mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 04:01:08 +00:00
return after printing versions
Original commit message from CVS: return after printing versions
This commit is contained in:
parent
02bb19da27
commit
47407a6a24
1 changed files with 1 additions and 0 deletions
|
@ -361,6 +361,7 @@ int main
|
||||||
if (_arg_list_mm)
|
if (_arg_list_mm)
|
||||||
{
|
{
|
||||||
g_hash_table_foreach (candidates, (GHFunc) hash_print_key, NULL);
|
g_hash_table_foreach (candidates, (GHFunc) hash_print_key, NULL);
|
||||||
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* print out command line if asked for */
|
/* print out command line if asked for */
|
||||||
|
|
Loading…
Reference in a new issue