Merge branch 'jk/skip-prefix'
[gitweb.git] / builtin / tag.c
index 1101c19596c549e50b2e2b6c640a5e318cefb802..9d7643f127e7c0ea965ebf599574749c950d769f 100644 (file)
@@ -83,7 +83,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
 };
 
 /*