diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/git2/index.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/git2/index.h b/include/git2/index.h index ffefad15d..4363a3b9b 100644 --- a/include/git2/index.h +++ b/include/git2/index.h @@ -56,7 +56,7 @@ typedef struct git_index_entry { unsigned int gid; git_off_t file_size; - git_oid oid; + git_oid id; unsigned short flags; unsigned short flags_extended; |