diff --git a/cmdutils.c b/cmdutils.c index 5731a11f4c..056849dd87 100644 --- a/cmdutils.c +++ b/cmdutils.c @@ -860,6 +860,7 @@ int opt_protocols(const char *opt, const char *arg) printf("Output:\n"); while ((name = avio_enum_protocols(&opaque, 1))) printf("%s\n", name); + return 0; } int opt_filters(const char *opt, const char *arg)