X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=builtin-for-each-ref.c;h=445039e19c75e4c9321f7ee64289ef8201a25c14;hb=81b237d5db946b4196225712a37639952787c959;hp=76282ad79193e2a5f0ec2ba8e5027025f8a7bee1;hpb=245648dede5e67180ce059a71e3f77a8bb7f52b4;p=git.git diff --git a/builtin-for-each-ref.c b/builtin-for-each-ref.c index 76282ad79..445039e19 100644 --- a/builtin-for-each-ref.c +++ b/builtin-for-each-ref.c @@ -809,7 +809,7 @@ static struct ref_sort *default_sort(void) return sort; } -int opt_parse_sort(const struct option *opt, const char *arg, int unset) +static int opt_parse_sort(const struct option *opt, const char *arg, int unset) { struct ref_sort **sort_tail = opt->value; struct ref_sort *s;