Merge branch 'ta/pretty-parse-config'
[gitweb.git] / builtin / tag.c
index e063035515d90fea49692d68a88b720672c50102..19eb7478208d7e9c88ced92f2620572d2b234974 100644 (file)
@@ -85,7 +85,7 @@ static int in_commit_list(const struct commit_list *want, struct commit *c)
 enum contains_result {
        CONTAINS_UNKNOWN = -1,
        CONTAINS_NO = 0,
-       CONTAINS_YES = 1,
+       CONTAINS_YES = 1
 };
 
 /*