summaryrefslogtreecommitdiff
path: root/src/notes.h
diff options
context:
space:
mode:
authorVicent Marti <vicent@github.com>2014-01-27 09:39:36 -0800
committerVicent Marti <vicent@github.com>2014-01-27 09:39:36 -0800
commit93954245e081ff803028431c5da2c8a073512643 (patch)
treecb9a16891871bead0af7188f7400c8e7ae4c8692 /src/notes.h
parent46e7fc1853bb92a2deae93543477f1c1255352d0 (diff)
parenta1bbc0ce205b6d3496338d3253c847aa91cabc7b (diff)
downloadlibgit2-93954245e081ff803028431c5da2c8a073512643.tar.gz
Merge pull request #2075 from libgit2/cmn/leftover-oid
Leftover OID -> ID changes
Diffstat (limited to 'src/notes.h')
-rw-r--r--src/notes.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/notes.h b/src/notes.h
index 39e18b621..e9cfa00fa 100644
--- a/src/notes.h
+++ b/src/notes.h
@@ -21,7 +21,7 @@
"Notes removed by 'git_note_remove' from libgit2"
struct git_note {
- git_oid oid;
+ git_oid id;
char *message;
};