test: Add missing NULLs

This commit is contained in:
Vicent Marti 2013-04-07 07:23:08 +02:00
parent d9ecaf8c6f
commit 812e5aea59

View File

@ -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;