mirror of
https://github.com/subsurface/subsurface.git
synced 2025-01-19 14:25:27 +00:00
Fix missing return statement
Returning 0 implies success. Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
6811f77cdd
commit
004705e33e
1 changed files with 1 additions and 0 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue