diff options
Diffstat (limited to '')
-rw-r--r-- | src/lib.c | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -1624,7 +1624,8 @@ static int repo_refs_tags_each( if (git_commit_lookup(&commit, repo, oid)) { const git_error *const error = git_error_last(); assert(error); - logerrs("git_commit_lookup(", name, ")", error->message, __LINE__); + logerrs("git_commit_lookup(", name, ")", error->message, + __LINE__); ret = -1; goto cleanup; } |