enums: omit trailing comma for portability
[git.git] / connect.c
index 9ae991ac42544716599ff8bf3ebaaa376c8119e4..fc8f15502807a2bcb4e4cd1d358b5ac0befb8853 100644 (file)
--- 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)