mirror of
https://git.proxmox.com/git/libgit2
synced 2025-07-23 06:32:08 +00:00
test: Add missing NULLs
This commit is contained in:
parent
d9ecaf8c6f
commit
812e5aea59
@ -38,7 +38,7 @@ static void test_rangelike(const char *rangelike,
|
||||
int expected_threedots)
|
||||
{
|
||||
char objstr[64] = {0};
|
||||
git_object *left, *right;
|
||||
git_object *left = NULL, *right = NULL;
|
||||
int threedots;
|
||||
int error;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user