Commit 5e1281f8 by Vicent Martí

Merge pull request #1955 from linquize/trivial.c-warning

Fix warning in tests-clar/merge/workdir/trivial.c
parents a1d35ede 18bd73e5
......@@ -62,7 +62,7 @@ static int merge_trivial(const char *ours, const char *theirs, bool automerge)
return 0;
}
static int merge_trivial_conflict_entrycount(void)
static size_t merge_trivial_conflict_entrycount(void)
{
const git_index_entry *entry;
size_t count = 0;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment