X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=blobdiff_plain;f=connect.c;h=02e738a0146a5c46aaf3f1d8edc3c055a99e98b9;hb=cdad3c54f1020b0b1c0d2d907748f77a60b41a28;hp=0119bd377b23388c0c9ea41ee9fd134034c5a443;hpb=880bd9d08081752bb4e2891aa3c16c82808ecb2e;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)