Commit 812e5aea by Vicent Marti

test: Add missing NULLs

parent d9ecaf8c
......@@ -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;
......
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