summaryrefslogtreecommitdiff
path: root/wrapper.c
diff options
context:
space:
mode:
authorJesse Ezell <[email protected]>2014-03-11 12:49:29 -0700
committerJesse Ezell <[email protected]>2014-03-11 12:49:29 -0700
commit8ad5cbc53763ca8e89ede40f91edab80c8def1f1 (patch)
treecf30f8ce9fcaec51c3d71ae911a6a8cdaf288d34 /wrapper.c
parent6a068d526547effe3dd11c77c64bb81cd5d92040 (diff)
parentf1e889928a5804a55712266d09acafd1371aceb3 (diff)
Merge branch 'merge' of https://github.com/jezell/git2go into merge
Diffstat (limited to 'wrapper.c')
-rw-r--r--wrapper.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/wrapper.c b/wrapper.c
index 4ce4c5c..973da79 100644
--- a/wrapper.c
+++ b/wrapper.c
@@ -37,4 +37,5 @@ int _go_git_blob_create_fromchunks(git_oid *id,
{
return git_blob_create_fromchunks(id, repo, hintpath, _go_blob_chunk_cb, payload);
}
+
/* EOF */