summaryrefslogtreecommitdiff
path: root/src/tag.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/tag.h')
-rw-r--r--src/tag.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tag.h b/src/tag.h
index 734770abd..76ae1508e 100644
--- a/src/tag.h
+++ b/src/tag.h
@@ -17,7 +17,7 @@ struct git_tag {
git_object object;
git_oid target;
- git_otype type;
+ git_object_t type;
char *tag_name;
git_signature *tagger;