diff options
Diffstat (limited to 'src/index.c')
-rw-r--r-- | src/index.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/index.c b/src/index.c index 23fd52e09..ed91e050c 100644 --- a/src/index.c +++ b/src/index.c @@ -549,7 +549,7 @@ static int read_tree_internal(git_index_tree **out, if (count == -1) { /* FIXME: return buffer_end or the end position for * this single tree entry */ - *buffer_in = buffer_end; + *buffer_in = buffer_end; *out = NULL; free_tree(tree); /* Needs to be done manually */ return GIT_SUCCESS; |