cmdutils: re-add return 0 accidentally remove from opt_protocols().
This commit is contained in:
@@ -860,6 +860,7 @@ int opt_protocols(const char *opt, const char *arg)
|
|||||||
printf("Output:\n");
|
printf("Output:\n");
|
||||||
while ((name = avio_enum_protocols(&opaque, 1)))
|
while ((name = avio_enum_protocols(&opaque, 1)))
|
||||||
printf("%s\n", name);
|
printf("%s\n", name);
|
||||||
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
int opt_filters(const char *opt, const char *arg)
|
int opt_filters(const char *opt, const char *arg)
|
||||||
|
Reference in New Issue
Block a user