mirror of
https://git.proxmox.com/git/libgit2
synced 2025-11-02 13:06:12 +00:00
Fix warning
This commit is contained in:
parent
586be3b889
commit
eec2761f06
@ -200,7 +200,7 @@ static void test_reflog(git_repository *repo, size_t idx,
|
||||
const char *email, const char *message)
|
||||
{
|
||||
git_reflog *log;
|
||||
git_reflog_entry *entry;
|
||||
const git_reflog_entry *entry;
|
||||
|
||||
cl_git_pass(git_reflog_read(&log, repo, "HEAD"));
|
||||
entry = git_reflog_entry_byindex(log, idx);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user