object.h: Add OBJECT_ARRAY_INIT macro and make use of it.

Signed-off-by: Thiago Farina <tfransosi@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
Thiago Farina
2010-08-28 23:04:17 -03:00
committed by Junio C Hamano
parent 515cc01019
commit 3cd474599f
7 changed files with 8 additions and 6 deletions

View File

@ -482,7 +482,7 @@ static int get_common_commits(void)
static void receive_needs(void)
{
struct object_array shallows = {0, 0, NULL};
struct object_array shallows = OBJECT_ARRAY_INIT;
static char line[1000];
int len, depth = 0;