Fix typo: git_object => git_blob
This commit is contained in:
2
pygit2.c
2
pygit2.c
@@ -48,7 +48,7 @@ typedef struct {
|
|||||||
OBJECT_STRUCT(Object, git_object, obj)
|
OBJECT_STRUCT(Object, git_object, obj)
|
||||||
OBJECT_STRUCT(Commit, git_commit, commit)
|
OBJECT_STRUCT(Commit, git_commit, commit)
|
||||||
OBJECT_STRUCT(Tree, git_tree, tree)
|
OBJECT_STRUCT(Tree, git_tree, tree)
|
||||||
OBJECT_STRUCT(Blob, git_object, blob)
|
OBJECT_STRUCT(Blob, git_blob, blob)
|
||||||
|
|
||||||
typedef struct {
|
typedef struct {
|
||||||
PyObject_HEAD
|
PyObject_HEAD
|
||||||
|
Reference in New Issue
Block a user