summaryrefslogtreecommitdiff
path: root/include/git2/attr.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/git2/attr.h')
-rw-r--r--include/git2/attr.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/git2/attr.h b/include/git2/attr.h
index 62c2ed6e7..65fd06333 100644
--- a/include/git2/attr.h
+++ b/include/git2/attr.h
@@ -151,7 +151,7 @@ typedef struct {
* The commit to load attributes from, when
* `GIT_ATTR_CHECK_INCLUDE_COMMIT` is specified.
*/
- git_oid *commit_id;
+ git_oid commit_id;
} git_attr_options;
#define GIT_ATTR_OPTIONS_VERSION 1