X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=server-info.c;h=2b3aecab4aa0df4125f401219f06ea04577cacca;hb=452ce291a99131768e2d61d2dcf8a4a1b78d39a3;hp=cb58eb607e4a3a3f24862bc701e86adfb06fb45b;hpb=6c5f9baa3bc0d63e141e0afc23110205379905a4;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;