summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--builtin/fetch.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/builtin/fetch.c b/builtin/fetch.c
index 57ab7e4d63..564705555b 100644
--- a/builtin/fetch.c
+++ b/builtin/fetch.c
@@ -734,7 +734,7 @@ static void set_option(struct transport *transport, const char *name, const char
name, transport->url);
}
-struct transport *prepare_transport(struct remote *remote)
+static struct transport *prepare_transport(struct remote *remote)
{
struct transport *transport;
transport = transport_get(remote, NULL);