X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=blobdiff_plain;f=connect.c;h=02e738a0146a5c46aaf3f1d8edc3c055a99e98b9;hb=48c250a121a425a1860226b6a7061aecfbab5246;hp=0119bd377b23388c0c9ea41ee9fd134034c5a443;hpb=ecdb3ec9846d06750a0d4b79884a763aa91daa40;p=git.git diff --git a/connect.c b/connect.c index 0119bd377..02e738a01 100644 --- a/connect.c +++ b/connect.c @@ -132,7 +132,7 @@ int path_match(const char *path, int nr, char **match) enum protocol { PROTO_LOCAL = 1, PROTO_SSH, - PROTO_GIT, + PROTO_GIT }; static enum protocol get_protocol(const char *name)