diff options
-rw-r--r-- | load-git.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/load-git.c b/load-git.c index 7cb6c7a0a..bd64da478 100644 --- a/load-git.c +++ b/load-git.c @@ -1471,6 +1471,7 @@ static int parse_picture_file(git_repository *repo, const git_tree_entry *entry, pel->len = len; pel->hash = strdup(name + 4); git_blob_free(blob); + return 0; } static int parse_picture_entry(git_repository *repo, const git_tree_entry *entry, const char *name) |