X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=connect.c;h=fc8f15502807a2bcb4e4cd1d358b5ac0befb8853;hb=176959d7423988183ffbe1b35fc1de7f786bb596;hp=9ae991ac42544716599ff8bf3ebaaa376c8119e4;hpb=dcc30eb2c780f009af36f87d6c4ff484eeec5bec;p=git.git diff --git a/connect.c b/connect.c index 9ae991ac4..fc8f15502 100644 --- a/connect.c +++ b/connect.c @@ -131,7 +131,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)