X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=blobdiff_plain;f=attr.h;h=8b3f19be67f17c1fbf6edb37ac3ea27002ca6415;hb=48c250a121a425a1860226b6a7061aecfbab5246;hp=450f49d648a013ffddc6321b7fd79b3fc1b66f7a;hpb=e22d62d9151e0e51c3dc4f951fb5d88dc30482c6;p=git.git diff --git a/attr.h b/attr.h index 450f49d64..8b3f19be6 100644 --- a/attr.h +++ b/attr.h @@ -34,7 +34,7 @@ int git_checkattr(const char *path, int, struct git_attr_check *); enum git_attr_direction { GIT_ATTR_CHECKIN, GIT_ATTR_CHECKOUT, - GIT_ATTR_INDEX, + GIT_ATTR_INDEX }; void git_attr_set_direction(enum git_attr_direction, struct index_state *);