summaryrefslogtreecommitdiff
path: root/src/person.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/person.c')
-rw-r--r--src/person.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/person.c b/src/person.c
index 0ab6a2d5a..9410913a7 100644
--- a/src/person.c
+++ b/src/person.c
@@ -129,7 +129,7 @@ int git_person__parse(git_person *person, char **buffer_out,
return GIT_EOBJCORRUPTED;
*buffer_out = (line_end + 1);
- return 0;
+ return GIT_SUCCESS;
}
int git_person__write(git_odb_source *src, const char *header, const git_person *person)