Commit 812e5aea by Vicent Marti

test: Add missing NULLs

parent d9ecaf8c
...@@ -38,7 +38,7 @@ static void test_rangelike(const char *rangelike, ...@@ -38,7 +38,7 @@ static void test_rangelike(const char *rangelike,
int expected_threedots) int expected_threedots)
{ {
char objstr[64] = {0}; char objstr[64] = {0};
git_object *left, *right; git_object *left = NULL, *right = NULL;
int threedots; int threedots;
int error; int error;
......
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