X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=server-info.c;h=2b3aecab4aa0df4125f401219f06ea04577cacca;hb=2c04662d89eaa55cecb6effd743c17051d1458ec;hp=cb58eb607e4a3a3f24862bc701e86adfb06fb45b;hpb=10d781b9caa4f71495c7b34963bef137216f86a8;p=git.git diff --git a/server-info.c b/server-info.c index cb58eb60..2b3aecab 100644 --- a/server-info.c +++ b/server-info.c @@ -70,7 +70,7 @@ static struct pack_info { int nr_alloc; int nr_heads; unsigned char (*head)[20]; - char dep[]; /* more */ + char dep[0]; /* more */ } **info; static int num_pack; static const char *objdir;